Searched refs:aadp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c957 zio_crypt_bp_do_aad_updates(uint8_t **aadp, uint_t *aad_len, uint64_t version, argument
964 bcopy(&bab, *aadp, bab_len);
965 *aadp += bab_len;
1255 uint8_t *src, *dst, *slrp, *dlrp, *blkend, *aadp; local
1275 aadp = aadbuf;
1309 bcopy(src, aadp, sizeof (zil_chain_t) - sizeof (zio_eck_t));
1310 aadp += sizeof (zil_chain_t) - sizeof (zio_eck_t);
1336 bcopy(slrp, aadp, sizeof (lr_t));
1337 aadp += sizeof (lr_t);
1357 aadp, sizeo
1411 uint8_t *src, *dst, *aadp; local
1524 bcopy(DN_BONUS(dnp), aadp, crypt_len); local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1031 zio_crypt_bp_do_aad_updates(uint8_t **aadp, uint_t *aad_len, uint64_t version, argument
1038 bcopy(&bab, *aadp, bab_len);
1039 *aadp += bab_len;
1385 uint8_t *src, *dst, *slrp, *dlrp, *blkend, *aadp; local
1407 aadp = aadbuf;
1454 bcopy(src, aadp, sizeof (zil_chain_t) - sizeof (zio_eck_t));
1455 aadp += sizeof (zil_chain_t) - sizeof (zio_eck_t);
1476 bcopy(slrp, aadp, sizeof (lr_t));
1477 aadp += sizeof (lr_t);
1501 aadp, sizeo
1580 uint8_t *src, *dst, *aadp; local
1710 bcopy(DN_BONUS(dnp), aadp, crypt_len); local
[all...]

Completed in 22 milliseconds