Home
last modified time | relevance | path

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

/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c145 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD) macro
155 if ((csp->csp_flags & ~(SUPPORTED_SES)) != 0) in armv8_crypto_probesession()
/freebsd/sys/crypto/aesni/
H A Daesni.c216 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN) macro
224 if ((csp->csp_flags & ~(SUPPORTED_SES)) != 0) in aesni_probesession()
/freebsd/sys/opencrypto/
H A Dcrypto.c739 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN) macro
748 if ((csp->csp_flags & ~(SUPPORTED_SES)) != 0) in check_csp()
H A Dcryptosoft.c1467 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN) macro
1472 if ((csp->csp_flags & ~(SUPPORTED_SES)) != 0) in swcr_probesession()