Searched refs:WRAPPING_IV_LEN (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zio_crypt.h | 38 #define WRAPPING_IV_LEN ZIO_DATA_IV_LEN macro
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_crypt.c | 565 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 D | zio_crypt.c | 444 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 503 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap()
|