Home
last modified time | relevance | path

Searched refs:zio_crypt_table (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c202 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable
245 ci = &zio_crypt_table[crypt]; in zio_crypt_key_init()
250 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()
287 ci = &zio_crypt_table[crypt]; in zio_crypt_key_init()
315 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()
340 &zio_crypt_table[key->zk_crypt], &key->zk_current_key); in zio_crypt_key_change_salt()
412 ci = &zio_crypt_table[crypt]; in zio_do_crypt_uio_opencrypto()
450 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()
528 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()
601 &zio_crypt_table[crypt], &key->zk_current_key); in zio_crypt_key_unwrap()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c197 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable
232 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()
272 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_init()
302 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()
393 crypt_info = zio_crypt_table[crypt]; in zio_do_crypt_uio()
491 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()
527 enc_len = zio_crypt_table[crypt].ci_keylen + SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()
564 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()
629 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_unwrap()
1885 uint_t keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_do_crypt_data()
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()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_crypt.h73 extern zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];