Home
last modified time | relevance | path

Searched refs:WRAPPING_IV_LEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h38 #define WRAPPING_IV_LEN ZIO_DATA_IV_LEN macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_crypt.c555 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_key_open()
584 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_key_open()
1184 VERIFY0(zap_update(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_key_sync_impl()
1207 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_key_sync()
2207 if (ret != 0 || len != WRAPPING_IV_LEN) in dsl_crypto_recv_raw_key_check()
2418 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_populate_key_nvlist()
2450 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_populate_key_nvlist()
2522 WRAPPING_IV_LEN)); in dsl_crypto_populate_key_nvlist()
H A Dzio_crypt.c508 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap()