Home
last modified time | relevance | path

Searched refs:CSP_F_SEPARATE_OUTPUT (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/opencrypto/
H A Dktls_ocf.c1014 csp.csp_flags |= CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD; in ktls_ocf_try()
1021 recrypt_csp.csp_flags |= CSP_F_SEPARATE_OUTPUT; in ktls_ocf_try()
1062 csp.csp_flags |= CSP_F_SEPARATE_OUTPUT; in ktls_ocf_try()
1069 mac_csp.csp_flags |= CSP_F_SEPARATE_OUTPUT; in ktls_ocf_try()
1089 csp.csp_flags |= CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD; in ktls_ocf_try()
H A Dcrypto.c739 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN)
762 if (csp->csp_flags & CSP_F_SEPARATE_OUTPUT) in check_csp()
1274 if (csp->csp_flags & CSP_F_SEPARATE_OUTPUT) { in crp_sanity()
H A Dcryptodev.h344 #define CSP_F_SEPARATE_OUTPUT 0x0001 /* Requests can use separate output */ macro
H A Dcryptodev.c379 csp.csp_flags |= CSP_F_SEPARATE_OUTPUT; in cse_create()
602 if (crypto_get_params(cse->cses)->csp_flags & CSP_F_SEPARATE_OUTPUT) in cod_alloc()
H A Dcryptosoft.c1467 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN)
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c145 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)
/freebsd/sys/dev/wg/
H A Dwg_crypto.c271 .csp_flags = CSP_F_SEPARATE_AAD | CSP_F_SEPARATE_OUTPUT in crypto_init()
/freebsd/sys/crypto/openssl/
H A Dossl.c170 if ((csp->csp_flags & ~(CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)) != in ossl_probesession()
/freebsd/sys/crypto/aesni/
H A Daesni.c216 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN)
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1828 if ((csp->csp_flags & ~(CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)) != in qat_probesession()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c2227 if ((csp->csp_flags & ~(CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)) != in ccr_probesession()