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

Function alg_is_cipher

freebsd/opencrypto/crypto.c:714–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714static bool
715alg_is_cipher(int alg)
716{
717
718 return (alg_type(alg) == ALG_CIPHER);
719}
720
721static bool
722alg_is_digest(int alg)

Callers 1

check_cspFunction · 0.85

Calls 1

alg_typeFunction · 0.70

Tested by

no test coverage detected