Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h47 ZC_TYPE_CCM, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
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"},
427 if (crypt_info.ci_crypt_type == ZC_TYPE_CCM) { in zio_do_crypt_uio()