Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ alg_is_keyed_digest
Function
alg_is_keyed_digest
freebsd/opencrypto/crypto.c:729–734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
727
}
728
729
static bool
730
alg_is_keyed_digest(int alg)
731
{
732
733
return (alg_type(alg) == ALG_KEYED_DIGEST);
734
}
735
736
static bool
737
alg_is_aead(int alg)
Callers
1
check_csp
Function · 0.85
Calls
1
alg_type
Function · 0.70
Tested by
no test coverage detected