Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c221 c_info->ci_algname, c_info->ci_crypt_type, in freebsd_crypt_uio_debug_log()
256 c_info->ci_algname, c_info->ci_crypt_type, in freebsd_crypt_newsession()
269 switch (c_info->ci_crypt_type) { in freebsd_crypt_newsession()
H A Dzio_crypt.c240 if (ci->ci_crypt_type != ZC_TYPE_GCM && in zio_crypt_key_init()
241 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_crypt_key_init()
280 if (ci->ci_crypt_type != ZC_TYPE_GCM && in zio_crypt_key_init()
281 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_crypt_key_init()
402 if (ci->ci_crypt_type != ZC_TYPE_GCM && in zio_do_crypt_uio_opencrypto()
403 ci->ci_crypt_type != ZC_TYPE_CCM) in zio_do_crypt_uio_opencrypto()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h64 zio_crypt_type_t ci_crypt_type; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c165 if (zio_crypt_table[crypt].ci_crypt_type == ZC_TYPE_CCM) { in qat_init_crypt_session_ctx()
334 if (zio_crypt_table[crypt].ci_crypt_type == ZC_TYPE_GCM) in qat_crypt()
H A Dzio_crypt.c432 if (crypt_info.ci_crypt_type == ZC_TYPE_CCM) { in zio_do_crypt_uio()