MCPcopy 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
736static bool
737alg_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_cspFunction · 0.85

Calls 1

alg_typeFunction · 0.70

Tested by

no test coverage detected