MCPcopy Create free account
hub / github.com/F-Stack/f-stack / SHA256_Finalize_fn

Function SHA256_Finalize_fn

freebsd/crypto/aesni/aesni.c:541–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541static void
542SHA256_Finalize_fn(void *digest, void *ctx)
543{
544 SHA256_Final(digest, ctx);
545}
546
547static int
548aesni_authprepare(struct aesni_session *ses, int klen)

Callers

nothing calls this directly

Calls 1

SHA256_FinalFunction · 0.50

Tested by

no test coverage detected