Home
last modified time | relevance | path

Searched refs:ZIO_OBJSET_MAC_LEN (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h39 uint8_t os_portable_mac[ZIO_OBJSET_MAC_LEN];
40 uint8_t os_local_mac[ZIO_OBJSET_MAC_LEN];
43 2*ZIO_OBJSET_MAC_LEN];
H A Dzio.h79 #define ZIO_OBJSET_MAC_LEN 32 macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h75 uint8_t os_portable_mac[ZIO_OBJSET_MAC_LEN];
76 uint8_t os_local_mac[ZIO_OBJSET_MAC_LEN];
79 2*ZIO_OBJSET_MAC_LEN];
H A Dzio.h111 #define ZIO_OBJSET_MAC_LEN 32 macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_crypt.c2000 if (ret != 0 || len != ZIO_OBJSET_MAC_LEN) in dsl_crypto_recv_raw_objset_check()
2127 bcopy(portable_mac, os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2128 bzero(os->os_phys->os_local_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2526 os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN)); in dsl_crypto_populate_key_nvlist()
2701 uint8_t portable_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd()
2702 uint8_t local_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd()
2719 bcopy(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd()
2720 bcopy(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd()
2725 if (bcmp(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN) != 0 || in spa_do_crypt_objset_mac_abd()
2726 bcmp(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN) != 0) { in spa_do_crypt_objset_mac_abd()
H A Dzio_crypt.c1212 bcopy(raw_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
1226 bzero(local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
1278 bcopy(raw_local_mac, local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
1283 bzero(portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
1284 bzero(local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1258 #define ZIO_OBJSET_MAC_LEN 32 macro
1278 2 * ZIO_OBJSET_MAC_LEN)
1287 uint8_t os_portable_mac[ZIO_OBJSET_MAC_LEN];
1288 uint8_t os_local_mac[ZIO_OBJSET_MAC_LEN];