Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h39 #define WRAPPING_MAC_LEN ZIO_DATA_MAC_LEN macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_crypt.c556 uint8_t mac[WRAPPING_MAC_LEN]; in dsl_crypto_key_open()
589 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_MAC, 1, WRAPPING_MAC_LEN, in dsl_crypto_key_open()
1186 VERIFY0(zap_update(mos, dckobj, DSL_CRYPTO_KEY_MAC, 1, WRAPPING_MAC_LEN, in dsl_crypto_key_sync_impl()
1208 uint8_t mac[WRAPPING_MAC_LEN]; in dsl_crypto_key_sync()
2211 if (ret != 0 || len != WRAPPING_MAC_LEN) in dsl_crypto_recv_raw_key_check()
2419 uint8_t mac[WRAPPING_MAC_LEN]; in dsl_crypto_populate_key_nvlist()
2455 ret = zap_lookup(mos, dckobj, DSL_CRYPTO_KEY_MAC, 1, WRAPPING_MAC_LEN, in dsl_crypto_populate_key_nvlist()
2524 WRAPPING_MAC_LEN)); in dsl_crypto_populate_key_nvlist()
H A Dzio_crypt.c523 cipher_iovecs[2].iov_len = WRAPPING_MAC_LEN; in zio_crypt_key_wrap()
590 cipher_iovecs[2].iov_len = WRAPPING_MAC_LEN; in zio_crypt_key_unwrap()