Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c970 uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; in zio_crypt_do_dnode_hmac_updates() local
973 bcopy(dnp, tmp_dncore, sizeof (tmp_dncore)); in zio_crypt_do_dnode_hmac_updates()
974 adnp = (dnode_phys_t *)tmp_dncore; in zio_crypt_do_dnode_hmac_updates()
984 crypto_mac_update(ctx, adnp, sizeof (tmp_dncore)); in zio_crypt_do_dnode_hmac_updates()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1051 uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; in zio_crypt_do_dnode_hmac_updates() local
1057 bcopy(dnp, tmp_dncore, sizeof (tmp_dncore)); in zio_crypt_do_dnode_hmac_updates()
1058 adnp = (dnode_phys_t *)tmp_dncore; in zio_crypt_do_dnode_hmac_updates()
1068 cd.cd_length = sizeof (tmp_dncore); in zio_crypt_do_dnode_hmac_updates()