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 D | dmu_objset.h | 39 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 D | zio.h | 79 #define ZIO_OBJSET_MAC_LEN 32 macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 75 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 D | zio.h | 111 #define ZIO_OBJSET_MAC_LEN 32 macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_crypt.c | 2002 if (ret != 0 || len != ZIO_OBJSET_MAC_LEN) in dsl_crypto_recv_raw_objset_check() 2129 bcopy(portable_mac, os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync() 2130 bzero(os->os_phys->os_local_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync() 2529 os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN)); in dsl_crypto_populate_key_nvlist() 2704 uint8_t portable_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd() 2705 uint8_t local_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd() 2722 bcopy(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd() 2723 bcopy(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd() 2728 if (bcmp(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN) != 0 || in spa_do_crypt_objset_mac_abd() 2729 bcmp(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN) != 0) { in spa_do_crypt_objset_mac_abd()
|
H A D | zio_crypt.c | 1212 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 D | zfsimpl.h | 1258 #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];
|