Home
last modified time | relevance | path

Searched refs:CRD_F_COMP (Results 1 – 4 of 4) sorted by relevance

/NextBSD/tests/sys/opencrypto/
HDcryptodevh.py226 CRD_F_COMP = 0x0f variable
/NextBSD/sys/opencrypto/
HDcryptodev.h381 #define CRD_F_COMP 0x0f /* Set when doing compression */ macro
HDcryptosoft.c651 if (crd->crd_flags & CRD_F_COMP) in swcr_compdec()
665 if (crd->crd_flags & CRD_F_COMP) { in swcr_compdec()
/NextBSD/sys/netipsec/
HDxform_ipcomp.c435 crdc->crd_flags = CRD_F_COMP; in ipcomp_output()