Home
last modified time | relevance | path

Searched refs:crypto_get_ptrs (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Decb.c101 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ecb_cipher_contiguous_blocks()
H A Dcbc.c126 crypto_get_ptrs(out, &iov_or_mp, &offset, in cbc_encrypt_contiguous_blocks()
254 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in cbc_decrypt_contiguous_blocks()
H A Dctr.c218 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data, in ctr_mode_contiguous_blocks()
H A Dccm.c139 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_mode_encrypt_contiguous_blocks()
265 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_encrypt_final()
H A Dmodes.c91 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs() function
H A Dmodes.h391 extern void crypto_get_ptrs(crypto_data_t *, void **, offset_t *,
H A Dgcm.c205 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in gcm_mode_encrypt_contiguous_blocks()