Searched refs:tmp_dncore (Results 1 – 2 of 2) sorted by relevance
959 uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; in zio_crypt_do_dnode_hmac_updates() local962 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()
1055 dnode_phys_t *adnp, tmp_dncore; in zio_crypt_do_dnode_hmac_updates() local1069 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()