Searched refs:zio_crypt_table (Results 1 – 4 of 4) sorted by relevance
197 const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable240 ci = &zio_crypt_table[crypt]; in zio_crypt_key_init()245 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()280 ci = &zio_crypt_table[crypt]; in zio_crypt_key_init()308 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()333 &zio_crypt_table[key->zk_crypt], &key->zk_current_key); in zio_crypt_key_change_salt()399 const zio_crypt_info_t *ci = &zio_crypt_table[crypt]; in zio_do_crypt_uio_opencrypto()440 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()479 enc_len = zio_crypt_table[crypt].ci_keylen + SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()517 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()[all …]
198 const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable245 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_init()289 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_init()318 uint_t keydata_len = zio_crypt_table[key->zk_crypt].ci_keylen; in zio_crypt_key_change_salt()408 crypt_info = zio_crypt_table[crypt]; in zio_do_crypt_uio()501 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_wrap()537 enc_len = zio_crypt_table[crypt].ci_keylen + SHA512_HMAC_KEYLEN; in zio_crypt_key_wrap()573 keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_crypt_key_unwrap()636 mech.cm_type = crypto_mech2id(zio_crypt_table[crypt].ci_mechname); in zio_crypt_key_unwrap()1920 uint_t keydata_len = zio_crypt_table[crypt].ci_keylen; in zio_do_crypt_data()
166 if (zio_crypt_table[crypt].ci_crypt_type == ZC_TYPE_CCM) { in qat_init_crypt_session_ctx()335 if (zio_crypt_table[crypt].ci_crypt_type == ZC_TYPE_GCM) in qat_crypt()
74 extern const zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];