Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c201 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD) macro
211 if ((csp->csp_flags & ~(SUPPORTED_SES)) != 0) in armv8_crypto_probesession()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c271 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN) macro
279 if ((csp->csp_flags & ~(SUPPORTED_SES)) != 0) in aesni_probesession()
/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c1241 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN) macro
1246 if ((csp->csp_flags & ~(SUPPORTED_SES)) != 0) in swcr_probesession()
H A Dcrypto.c743 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN) macro
752 if ((csp->csp_flags & ~(SUPPORTED_SES)) != 0) in check_csp()