Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c202 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable
237 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()
277 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_init()
307 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()
402 crypt_info = zio_crypt_table[crypt]; in zio_do_crypt_uio()
505 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()
541 enc_len = zio_crypt_table[crypt].ci_keylen + SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()
577 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()
642 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_unwrap()
1881 uint_t keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_do_crypt_data()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h66 extern zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];