Home
last modified time | relevance | path

Searched refs:CSP_MODE_AEAD (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/qat/include/
H A Dqat_ocf_utils.h35 if (CSP_MODE_AEAD == csp->csp_mode) in is_sep_aad_supported()
51 CSP_MODE_AEAD == csp->csp_mode) in is_use_sep_digest()
/freebsd/sys/crypto/openssl/
H A Dossl.c191 case CSP_MODE_AEAD: in ossl_probesession()
300 case CSP_MODE_AEAD: in ossl_newsession()
447 case CSP_MODE_AEAD: in ossl_process()
/freebsd/sys/opencrypto/
H A Dcryptodev.c396 csp.csp_mode = CSP_MODE_AEAD; in cse_create()
409 case CSP_MODE_AEAD: in cse_create()
473 if (!(thash != NULL || csp.csp_mode == CSP_MODE_AEAD)) { in cse_create()
506 else if (csp.csp_mode == CSP_MODE_AEAD) in cse_create()
736 case CSP_MODE_AEAD: in cryptodev_op()
935 case CSP_MODE_AEAD: in cryptodev_aead()
H A Dcrypto.c835 case CSP_MODE_AEAD: in check_csp()
1301 case CSP_MODE_AEAD: in crp_sanity()
1318 if (csp->csp_mode == CSP_MODE_AEAD || csp->csp_mode == CSP_MODE_ETA) { in crp_sanity()
1379 csp->csp_mode == CSP_MODE_AEAD || csp->csp_mode == CSP_MODE_ETA) { in crp_sanity()
H A Dcryptodev.h339 #define CSP_MODE_AEAD 4 /* Combined auth/encryption. */ macro
H A Dktls_ocf.c1015 csp.csp_mode = CSP_MODE_AEAD; in ktls_ocf_try()
1090 csp.csp_mode = CSP_MODE_AEAD; in ktls_ocf_try()
H A Dcryptosoft.c1500 case CSP_MODE_AEAD: in swcr_probesession()
1595 case CSP_MODE_AEAD: in swcr_newsession()
/freebsd/sys/crypto/ccp/
H A Dccp.c376 case CSP_MODE_AEAD: in ccp_probesession()
471 case CSP_MODE_AEAD: in ccp_newsession()
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c159 case CSP_MODE_AEAD: in armv8_crypto_probesession()
/freebsd/sys/crypto/aesni/
H A Daesni.c235 case CSP_MODE_AEAD: in aesni_probesession()
294 case CSP_MODE_AEAD: in aesni_newsession()
/freebsd/sys/dev/wg/
H A Dwg_crypto.c267 .csp_mode = CSP_MODE_AEAD, in crypto_init()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c267 csp.csp_mode = CSP_MODE_AEAD; in freebsd_crypt_newsession()
/freebsd/sys/netipsec/
H A Dxform_esp.c225 csp.csp_mode = CSP_MODE_AEAD; in esp_init()
231 csp.csp_mode = CSP_MODE_AEAD; in esp_init()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c2239 case CSP_MODE_AEAD: in ccr_probesession()
2382 case CSP_MODE_AEAD: in ccr_newsession()
2414 if (csp->csp_mode == CSP_MODE_AEAD) { in ccr_newsession()
2441 case CSP_MODE_AEAD: in ccr_newsession()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1875 case CSP_MODE_AEAD: in qat_probesession()
2035 case CSP_MODE_AEAD: in qat_newsession()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c2301 case CSP_MODE_AEAD: in safexcel_probesession()
/freebsd/sys/net/
H A Dif_ovpn.c778 csp.csp_mode = CSP_MODE_AEAD; in ovpn_create_kkey_dir()