Home
last modified time | relevance | path

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

/freebsd-14.2/sys/opencrypto/
H A Dktls_ocf.c1015 csp.csp_flags |= CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD; in ktls_ocf_try()
1022 recrypt_csp.csp_flags |= CSP_F_SEPARATE_OUTPUT; in ktls_ocf_try()
1063 csp.csp_flags |= CSP_F_SEPARATE_OUTPUT; in ktls_ocf_try()
1070 mac_csp.csp_flags |= CSP_F_SEPARATE_OUTPUT; in ktls_ocf_try()
1090 csp.csp_flags |= CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD; in ktls_ocf_try()
H A Dcrypto.c746 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN)
769 if (csp->csp_flags & CSP_F_SEPARATE_OUTPUT) in check_csp()
1281 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.c380 csp.csp_flags |= CSP_F_SEPARATE_OUTPUT; in cse_create()
603 if (crypto_get_params(cse->cses)->csp_flags & CSP_F_SEPARATE_OUTPUT) in cod_alloc()
H A Dcryptosoft.c1468 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN)
/freebsd-14.2/sys/crypto/armv8/
H A Darmv8_crypto.c146 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)
/freebsd-14.2/sys/dev/wg/
H A Dwg_crypto.c271 .csp_flags = CSP_F_SEPARATE_AAD | CSP_F_SEPARATE_OUTPUT in crypto_init()
/freebsd-14.2/sys/crypto/openssl/
H A Dossl.c171 if ((csp->csp_flags & ~(CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)) != in ossl_probesession()
/freebsd-14.2/sys/crypto/aesni/
H A Daesni.c217 #define SUPPORTED_SES (CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD | CSP_F_ESN)
/freebsd-14.2/sys/dev/qat/qat/
H A Dqat_ocf.c154 if ((csp->csp_flags & ~(CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)) != in qat_ocf_probesession()
/freebsd-14.2/sys/dev/qat_c2xxx/
H A Dqat.c1828 if ((csp->csp_flags & ~(CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)) != in qat_probesession()
/freebsd-14.2/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c2228 if ((csp->csp_flags & ~(CSP_F_SEPARATE_OUTPUT | CSP_F_SEPARATE_AAD)) != in ccr_probesession()