Searched refs:portable_mac (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zio_crypt.h | 150 boolean_t byteswap, uint8_t *portable_mac, uint8_t *local_mac);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_crypt.c | 2060 uint8_t *portable_mac; in dsl_crypto_recv_raw_objset_sync() local 2079 VERIFY0(nvlist_lookup_uint8_array(nvl, "portable_mac", &portable_mac, in dsl_crypto_recv_raw_objset_sync() 2099 bcopy(portable_mac, os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync() 2675 uint8_t portable_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd() local 2685 byteswap, portable_mac, local_mac); in spa_do_crypt_objset_mac_abd() 2693 bcopy(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd() 2699 if (bcmp(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN) != 0 || in spa_do_crypt_objset_mac_abd()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 1033 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) in zio_crypt_do_objset_hmacs() argument 1071 bcopy(raw_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1147 bzero(portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 1124 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) in zio_crypt_do_objset_hmacs() argument 1198 bcopy(raw_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1293 bzero(portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
|