Lines Matching defs:authbuf
1236 * accommodate some of the drivers, the authbuf needs to be logically before
1238 * and set up an extra iovec_t at the beginning to handle the authbuf.
1245 zfs_uio_t *out_uio, uint_t *enc_len, uint8_t **authbuf, uint_t *auth_len,
1320 /* The first iovec will contain the authbuf. */
1401 *authbuf = aadbuf;
1415 zfs_uio_t *puio, zfs_uio_t *out_uio, uint_t *enc_len, uint8_t **authbuf,
1469 /* The first iovec will contain the authbuf. */
1551 *authbuf = aadbuf;
1612 * authbuf is used by these special cases to store additional authenticated
1619 uint8_t **authbuf, uint_t *auth_len, boolean_t *no_crypt)
1630 datalen, byteswap, puio, cuio, enc_len, authbuf, auth_len,
1635 cipherbuf, datalen, byteswap, puio, cuio, enc_len, authbuf,
1641 *authbuf = NULL;
1687 uint8_t *authbuf = NULL;
1710 &authbuf, &auth_len, no_crypt);
1750 if (authbuf != NULL)
1751 zio_buf_free(authbuf, datalen);
1769 if (authbuf != NULL)
1770 zio_buf_free(authbuf, datalen);