Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
541
static void
542
SHA256_Finalize_fn(void *digest, void *ctx)
543
{
544
SHA256_Final(digest, ctx);
545
}
546
547
static int
548
aesni_authprepare(struct aesni_session *ses, int klen)
Callers
nothing calls this directly
Calls
1
SHA256_Final
Function · 0.50
Tested by
no test coverage detected