Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ alg_is_aead
Function
alg_is_aead
freebsd/opencrypto/crypto.c:736–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
}
735
736
static bool
737
alg_is_aead(int alg)
738
{
739
740
return (alg_type(alg) == ALG_AEAD);
741
}
742
743
#define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN)
744
Callers
1
check_csp
Function · 0.85
Calls
1
alg_type
Function · 0.70
Tested by
no test coverage detected