MCPcopy 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
523static void
524SHA224_Init_fn(void *ctx)
525{
526 SHA224_Init(ctx);
527}
528
529static void
530SHA224_Finalize_fn(void *digest, void *ctx)

Callers

nothing calls this directly

Calls 1

SHA224_InitFunction · 0.50

Tested by

no test coverage detected