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

Function alg_is_compression

freebsd/opencrypto/crypto.c:707–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707static bool
708alg_is_compression(int alg)
709{
710
711 return (alg_type(alg) == ALG_COMPRESSION);
712}
713
714static bool
715alg_is_cipher(int alg)

Callers 1

check_cspFunction · 0.85

Calls 1

alg_typeFunction · 0.70

Tested by

no test coverage detected