Searched refs:zio_crypt_table (Results 1 – 4 of 4) sorted by relevance
196 const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable239 ci = &zio_crypt_table[crypt]; in zio_crypt_key_init()244 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()279 ci = &zio_crypt_table[crypt]; in zio_crypt_key_init()307 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()332 &zio_crypt_table[key->zk_crypt], &key->zk_current_key); in zio_crypt_key_change_salt()401 const zio_crypt_info_t *ci = &zio_crypt_table[crypt]; in zio_do_crypt_uio_opencrypto()441 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()480 enc_len = zio_crypt_table[crypt].ci_keylen + SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()518 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()[all …]
197 const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable244 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()288 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_init()317 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()407 crypt_info = zio_crypt_table[crypt]; in zio_do_crypt_uio()500 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()536 enc_len = zio_crypt_table[crypt].ci_keylen + SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()572 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()635 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_unwrap()1919 uint_t keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_do_crypt_data()
165 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()
73 extern const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];