Home
last modified time | relevance | path

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

/freebsd/stand/libsa/geli/
H A Dgeliboot_crypto.c82 enc_xform_aes_xts.reinit(ctxp, iv, AES_XTS_IV_LEN); in geliboot_crypt()
/freebsd/sys/opencrypto/
H A Dxform_aes_xts.c67 .ivsize = AES_XTS_IV_LEN,
H A Dcryptodev.h130 #define AES_XTS_IV_LEN 8 macro
H A Dcryptodev.c975 caead->ivlen = AES_XTS_IV_LEN; in cryptodev_aead()
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c195 if (csp->csp_ivlen != AES_XTS_IV_LEN) in armv8_crypto_probesession()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1941 memcpy(cdesc->control_data.token, req->iv, AES_XTS_IV_LEN); in safexcel_set_token()
1943 AES_XTS_IV_LEN / sizeof(uint32_t), 0, AES_XTS_IV_LEN); in safexcel_set_token()
2255 if (csp->csp_ivlen != AES_XTS_IV_LEN) in safexcel_probe_cipher()
/freebsd/sys/crypto/ccp/
H A Dccp.c349 if (csp->csp_ivlen != AES_XTS_IV_LEN) in ccp_cipher_supported()
/freebsd/sys/geom/eli/
H A Dg_eli.h594 return (AES_XTS_IV_LEN); in g_eli_ivlen()
/freebsd/sys/crypto/aesni/
H A Daesni.c206 if (csp->csp_ivlen != AES_XTS_IV_LEN) in aesni_cipher_supported()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1849 if (csp->csp_ivlen != AES_XTS_IV_LEN) in qat_probesession()
1896 if (csp->csp_ivlen != AES_XTS_IV_LEN) in qat_probesession()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c2192 if (csp->csp_ivlen != AES_XTS_IV_LEN) in ccr_cipher_supported()