Home
last modified time | relevance | path

Searched refs:ZC_TYPE_CCM (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c200 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 16, "aes-128-ccm"},
201 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 24, "aes-192-ccm"},
202 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 32, "aes-256-ccm"},
241 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_crypt_key_init()
281 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_crypt_key_init()
403 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_do_crypt_uio_opencrypto()
H A Dcrypto_os.c283 case ZC_TYPE_CCM: in freebsd_crypt_newsession()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h47 ZC_TYPE_CCM, enumerator
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c201 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 16, "aes-128-ccm"},
202 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 24, "aes-192-ccm"},
203 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 32, "aes-256-ccm"},
432 if (crypt_info.ci_crypt_type == ZC_TYPE_CCM) { in zio_do_crypt_uio()
H A Dqat_crypt.c165 if (zio_crypt_table[crypt].ci_crypt_type == ZC_TYPE_CCM) { in qat_init_crypt_session_ctx()