Home
last modified time | relevance | path

Searched refs:iov_or_mp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c36 crypto_init_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset) in crypto_init_ptrs() argument
53 *iov_or_mp = (void *)(uintptr_t)vec_idx; in crypto_init_ptrs()
65 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs() argument
96 vec_idx = (uintptr_t)(*iov_or_mp); in crypto_get_ptrs()
118 *iov_or_mp = (void *)(uintptr_t)vec_idx; in crypto_get_ptrs()
H A Dccm.c52 void *iov_or_mp; in ccm_mode_encrypt_contiguous_blocks() local
70 crypto_init_ptrs(out, &iov_or_mp, &offset); in ccm_mode_encrypt_contiguous_blocks()
127 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_mode_encrypt_contiguous_blocks()
198 void *iov_or_mp; in ccm_encrypt_final() local
250 crypto_init_ptrs(out, &iov_or_mp, &offset); in ccm_encrypt_final()
251 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_encrypt_final()
H A Dgcm.c102 void *iov_or_mp; in gcm_mode_encrypt_contiguous_blocks() local
122 crypto_init_ptrs(out, &iov_or_mp, &offset); in gcm_mode_encrypt_contiguous_blocks()
158 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in gcm_mode_encrypt_contiguous_blocks()