Searched refs:crypto_init_ptrs (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | ctr.c | 64 crypto_init_ptrs(out, &iov_or_mp, &offset); in ctr_mode_contiguous_blocks() 175 crypto_init_ptrs(out, &iov_or_mp, &offset); in ctr_mode_final()
|
| H A D | cbc.c | 63 crypto_init_ptrs(out, &iov_or_mp, &offset); in cbc_encrypt_contiguous_blocks() 170 crypto_init_ptrs(out, &iov_or_mp, &offset); in cbc_decrypt_contiguous_blocks()
|
| H A D | ecb.c | 61 crypto_init_ptrs(out, &iov_or_mp, &offset); in ecb_cipher_contiguous_blocks()
|
| H A D | modes.c | 36 crypto_init_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset) in crypto_init_ptrs() function
|
| H A D | ccm.c | 71 crypto_init_ptrs(out, &iov_or_mp, &offset); in ccm_mode_encrypt_contiguous_blocks() 252 crypto_init_ptrs(out, &iov_or_mp, &offset); in ccm_encrypt_final()
|
| H A D | gcm.c | 122 crypto_init_ptrs(out, &iov_or_mp, &offset); in gcm_mode_encrypt_contiguous_blocks()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/modes/ |
| H A D | modes.h | 394 extern void crypto_init_ptrs(crypto_data_t *, void **, offset_t *);
|