Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c959 uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; in zio_crypt_do_dnode_hmac_updates() local
962 memcpy(tmp_dncore, dnp, sizeof (tmp_dncore)); in zio_crypt_do_dnode_hmac_updates()
963 adnp = (dnode_phys_t *)tmp_dncore; in zio_crypt_do_dnode_hmac_updates()
973 crypto_mac_update(ctx, adnp, sizeof (tmp_dncore)); in zio_crypt_do_dnode_hmac_updates()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1055 dnode_phys_t *adnp, tmp_dncore; in zio_crypt_do_dnode_hmac_updates() local
1069 memcpy(&tmp_dncore, dnp, dn_core_size); in zio_crypt_do_dnode_hmac_updates()
1070 adnp = &tmp_dncore; in zio_crypt_do_dnode_hmac_updates()