Home
last modified time | relevance | path

Searched refs:raw_portable_mac (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1029 uint8_t raw_portable_mac[SHA512_DIGEST_LENGTH]; in zio_crypt_do_objset_hmacs() local
1056 crypto_mac_final(ctx, raw_portable_mac, SHA512_DIGEST_LENGTH); in zio_crypt_do_objset_hmacs()
1058 memcpy(portable_mac, raw_portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1145 uint8_t raw_portable_mac[SHA512_DIGEST_LENGTH]; in zio_crypt_do_objset_hmacs() local
1201 cd.cd_raw.iov_base = (char *)raw_portable_mac; in zio_crypt_do_objset_hmacs()
1210 memcpy(portable_mac, raw_portable_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()