Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SHA224_Init_fn
Function
SHA224_Init_fn
freebsd/crypto/aesni/aesni.c:523–527 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
521
}
522
523
static void
524
SHA224_Init_fn(void *ctx)
525
{
526
SHA224_Init(ctx);
527
}
528
529
static void
530
SHA224_Finalize_fn(void *digest, void *ctx)
Callers
nothing calls this directly
Calls
1
SHA224_Init
Function · 0.50
Tested by
no test coverage detected