Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dctr.c113 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ctr_mode_contiguous_blocks()
176 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ctr_mode_final()
H A Dcbc.c87 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in cbc_encrypt_contiguous_blocks()
204 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in cbc_decrypt_contiguous_blocks()
H A Decb.c80 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ecb_cipher_contiguous_blocks()
H A Dmodes.c65 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs() function
H A Dccm.c128 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_mode_encrypt_contiguous_blocks()
253 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_encrypt_final()
H A Dgcm.c158 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in gcm_mode_encrypt_contiguous_blocks()
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h395 extern void crypto_get_ptrs(crypto_data_t *, void **, offset_t *,