Home
last modified time | relevance | path

Searched refs:portable_mac (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_crypt.h138 boolean_t byteswap, uint8_t *portable_mac, uint8_t *local_mac);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_crypt.c2090 uint8_t *portable_mac; in dsl_crypto_recv_raw_objset_sync() local
2109 VERIFY0(nvlist_lookup_uint8_array(nvl, "portable_mac", &portable_mac, in dsl_crypto_recv_raw_objset_sync()
2129 bcopy(portable_mac, os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2704 uint8_t portable_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd() local
2714 byteswap, portable_mac, local_mac); 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()
2728 if (bcmp(portable_mac, osp->os_portable_mac, ZIO_OBJSET_MAC_LEN) != 0 || in spa_do_crypt_objset_mac_abd()
H A Dzio_crypt.c1137 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) in zio_crypt_do_objset_hmacs() argument
1212 bcopy(raw_portable_mac, portable_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()