Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio_crypt.h38 #define WRAPPING_IV_LEN ZIO_DATA_IV_LEN macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c532 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_key_open()
559 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_key_open()
1176 VERIFY0(zap_update(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_key_sync_impl()
1199 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_key_sync()
2182 if (ret != 0 || len != WRAPPING_IV_LEN) in dsl_crypto_recv_raw_key_check()
2393 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_populate_key_nvlist()
2422 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_populate_key_nvlist()
2494 WRAPPING_IV_LEN)); in dsl_crypto_populate_key_nvlist()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c453 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c494 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap()