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.c37 crypto_init_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset) in crypto_init_ptrs() argument
54 *iov_or_mp = (void *)(uintptr_t)vec_idx; in crypto_init_ptrs()
66 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs() argument
97 vec_idx = (uintptr_t)(*iov_or_mp); in crypto_get_ptrs()
119 *iov_or_mp = (void *)(uintptr_t)vec_idx; in crypto_get_ptrs()
H A Dccm.c53 void *iov_or_mp; in ccm_mode_encrypt_contiguous_blocks() local
71 crypto_init_ptrs(out, &iov_or_mp, &offset); in ccm_mode_encrypt_contiguous_blocks()
128 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_mode_encrypt_contiguous_blocks()
199 void *iov_or_mp; in ccm_encrypt_final() local
251 crypto_init_ptrs(out, &iov_or_mp, &offset); in ccm_encrypt_final()
252 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_encrypt_final()
H A Dgcm.c106 void *iov_or_mp; in gcm_mode_encrypt_contiguous_blocks() local
126 crypto_init_ptrs(out, &iov_or_mp, &offset); in gcm_mode_encrypt_contiguous_blocks()
162 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in gcm_mode_encrypt_contiguous_blocks()