Searched refs:zio_crypt_key_get_salt (Results 1 – 3 of 3) sorted by relevance
112 int zio_crypt_key_get_salt(zio_crypt_key_t *key, uint8_t *salt_out);
2677 ret = zio_crypt_key_get_salt(&dck->dck_key, salt); in spa_crypt_get_salt()2833 ret = zio_crypt_key_get_salt(&dck->dck_key, salt); in spa_do_crypt_abd()
349 zio_crypt_key_get_salt(zio_crypt_key_t *key, uint8_t *salt) in zio_crypt_key_get_salt() function