Searched refs:crypto_get_ptrs (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | ctr.c | 113 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 D | cbc.c | 87 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 D | ecb.c | 80 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ecb_cipher_contiguous_blocks()
|
| H A D | modes.c | 65 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs() function
|
| H A D | ccm.c | 128 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 D | gcm.c | 158 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 D | modes.h | 395 extern void crypto_get_ptrs(crypto_data_t *, void **, offset_t *,
|