Searched refs:portable_mac (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzio_crypt.h150 boolean_t byteswap, uint8_t *portable_mac, uint8_t *local_mac);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c2002 ret = nvlist_lookup_uint8_array(nvl, "portable_mac", &buf, &len);
2068 uint8_t *portable_mac; local
2087 VERIFY0(nvlist_lookup_uint8_array(nvl, "portable_mac", &portable_mac,
2107 bcopy(portable_mac, os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN);
2502 VERIFY0(nvlist_add_uint8_array(nvl, "portable_mac",
2680 uint8_t portable_mac[ZIO_OBJSET_MAC_LEN]; local
2690 byteswap, portable_mac, local_mac);
2698 bcopy(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN);
2704 if (bcmp(portable_mac, os
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1015 * protecting the integrity of their data. The portable_mac protects the
1024 * portable_mac from the send file. Both of these actions are possible
1039 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac)
1077 bcopy(raw_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN);
1140 bzero(portable_mac, ZIO_OBJSET_MAC_LEN);
1038 zio_crypt_do_objset_hmacs(zio_crypt_key_t *key, void *data, uint_t datalen, boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1101 * protecting the integrity of their data. The portable_mac protects the
1110 * portable_mac from the send file. Both of these actions are possible
1124 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac)
1198 bcopy(raw_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN);
1280 bzero(portable_mac, ZIO_OBJSET_MAC_LEN);
1123 zio_crypt_do_objset_hmacs(zio_crypt_key_t *key, void *data, uint_t datalen, boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) argument

Completed in 181 milliseconds