Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c278 case ZC_TYPE_CCM: in freebsd_crypt_newsession()
422 case ZC_TYPE_CCM: in freebsd_crypt_newsession()
527 case ZC_TYPE_CCM: in freebsd_crypt_uio()
H A Dzio_crypt.c206 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 16, "aes-128-ccm"},
207 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 24, "aes-192-ccm"},
208 {SUN_CKM_AES_CCM, ZC_TYPE_CCM, 32, "aes-256-ccm"},
247 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_crypt_key_init()
289 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_crypt_key_init()
414 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_do_crypt_uio_opencrypto()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_crypt.h47 ZC_TYPE_CCM, enumerator
/f-stack/freebsd/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"},
418 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()