Searched refs:SUN_CKM_AES_CCM (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| HD | freebsd_crypto.h | 41 #define SUN_CKM_AES_CCM "CKM_AES_CCM" macro
|
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/crypto/ |
| HD | common.h | 109 #define SUN_CKM_AES_CCM "CKM_AES_CCM" macro
|
| /freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zio_crypt.c | 200 {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"},
|
| /freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zio_crypt.c | 201 {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"},
|
| /freebsd-14-stable/sys/contrib/openzfs/module/icp/io/ |
| HD | aes.c | 56 {SUN_CKM_AES_CCM, AES_CCM_MECH_INFO_TYPE,
|