Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h38 #define WRAPPING_IV_LEN ZIO_DATA_IV_LEN macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c565 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_key_open()
598 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_key_open()
1215 VERIFY0(zap_update(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_key_sync_impl()
1238 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_key_sync()
2222 if (ret != 0 || len != WRAPPING_IV_LEN) in dsl_crypto_recv_raw_key_check()
2433 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_populate_key_nvlist()
2462 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_populate_key_nvlist()
2534 WRAPPING_IV_LEN)); in dsl_crypto_populate_key_nvlist()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c444 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c503 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap()