Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c203 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 16, "aes-128-gcm"},
204 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 24, "aes-192-gcm"},
205 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 32, "aes-256-gcm"}
240 if (ci->ci_crypt_type != ZC_TYPE_GCM && in zio_crypt_key_init()
280 if (ci->ci_crypt_type != ZC_TYPE_GCM && in zio_crypt_key_init()
402 if (ci->ci_crypt_type != ZC_TYPE_GCM && in zio_do_crypt_uio_opencrypto()
H A Dcrypto_os.c270 case ZC_TYPE_GCM: in freebsd_crypt_newsession()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h48 ZC_TYPE_GCM enumerator
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c204 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 16, "aes-128-gcm"},
205 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 24, "aes-192-gcm"},
206 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 32, "aes-256-gcm"}
H A Dqat_crypt.c334 if (zio_crypt_table[crypt].ci_crypt_type == ZC_TYPE_GCM) in qat_crypt()