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 | 39 #define WRAPPING_IV_LEN ZIO_DATA_IV_LEN macro
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_crypt.c | 552 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_key_open() 585 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_key_open() 1202 VERIFY0(zap_update(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_key_sync_impl() 1225 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_key_sync() 2221 if (ret != 0 || len != WRAPPING_IV_LEN) in dsl_crypto_recv_raw_key_check() 2432 uint8_t iv[WRAPPING_IV_LEN]; in dsl_crypto_populate_key_nvlist() 2461 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_IV, 1, WRAPPING_IV_LEN, in dsl_crypto_populate_key_nvlist() 2533 WRAPPING_IV_LEN)); in dsl_crypto_populate_key_nvlist()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 443 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 | 504 ret = random_get_pseudo_bytes(iv, WRAPPING_IV_LEN); in zio_crypt_key_wrap()
|