Searched refs:tmp_dncore (Results 1 – 2 of 2) sorted by relevance
970 uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; in zio_crypt_do_dnode_hmac_updates() local973 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()
1051 uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)]; in zio_crypt_do_dnode_hmac_updates() local1057 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()