Searched refs:raw_portable_mac (Results 1 – 2 of 2) sorted by relevance
1041 uint8_t raw_portable_mac[SHA512_DIGEST_LENGTH]; in zio_crypt_do_objset_hmacs() local1069 crypto_mac_final(ctx, raw_portable_mac, SHA512_DIGEST_LENGTH); in zio_crypt_do_objset_hmacs()1071 bcopy(raw_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
1133 uint8_t raw_portable_mac[SHA512_DIGEST_LENGTH]; in zio_crypt_do_objset_hmacs() local1189 cd.cd_raw.iov_base = (char *)raw_portable_mac; in zio_crypt_do_objset_hmacs()1198 bcopy(raw_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()