Searched refs:ZIO_OBJSET_MAC_LEN (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 85 uint8_t os_portable_mac[ZIO_OBJSET_MAC_LEN]; 86 uint8_t os_local_mac[ZIO_OBJSET_MAC_LEN]; 89 2*ZIO_OBJSET_MAC_LEN];
|
| H A D | zio.h | 128 #define ZIO_OBJSET_MAC_LEN 32 macro
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_crypt.c | 2041 if (ret != 0 || len != ZIO_OBJSET_MAC_LEN) in dsl_crypto_recv_raw_objset_check() 2137 memcpy(os->os_phys->os_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync() 2138 memset(os->os_phys->os_local_mac, 0, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync() 2537 os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN)); in dsl_crypto_populate_key_nvlist() 2705 uint8_t portable_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd() 2706 uint8_t local_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd() 2707 const uint8_t zeroed_mac[ZIO_OBJSET_MAC_LEN] = {0}; in spa_do_crypt_objset_mac_abd() 2728 memcpy(osp->os_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd() 2729 memcpy(osp->os_local_mac, local_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd() 2735 ZIO_OBJSET_MAC_LEN) != 0) { in spa_do_crypt_objset_mac_abd() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 1058 memcpy(portable_mac, raw_portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1087 memset(local_mac, 0, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1130 memcpy(local_mac, raw_local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1135 memset(portable_mac, 0, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1136 memset(local_mac, 0, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 1314 #define ZIO_OBJSET_MAC_LEN 32 macro 1336 uint8_t os_portable_mac[ZIO_OBJSET_MAC_LEN]; 1337 uint8_t os_local_mac[ZIO_OBJSET_MAC_LEN]; 1340 2*ZIO_OBJSET_MAC_LEN];
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 1211 memcpy(portable_mac, raw_portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1240 memset(local_mac, 0, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1303 memcpy(local_mac, raw_local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1308 memset(portable_mac, 0, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1309 memset(local_mac, 0, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
|