Searched refs:zio_crypt_table (Results 1 – 4 of 4) sorted by relevance
202 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable245 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 …]
197 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS] = { variable232 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()
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 zio_crypt_info_t zio_crypt_table[ZIO_CRYPT_FUNCTIONS];