Searched refs:iov_or_mp (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| 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() 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() 116 *iov_or_mp = (void *)(uintptr_t)vec_idx; in crypto_get_ptrs()
|
| H A D | ctr.c | 46 void *iov_or_mp; in ctr_mode_contiguous_blocks() local 64 crypto_init_ptrs(out, &iov_or_mp, &offset); in ctr_mode_contiguous_blocks() 113 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ctr_mode_contiguous_blocks() 155 void *iov_or_mp; in ctr_mode_final() local 175 crypto_init_ptrs(out, &iov_or_mp, &offset); in ctr_mode_final() 176 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ctr_mode_final()
|
| H A D | cbc.c | 46 void *iov_or_mp; in cbc_encrypt_contiguous_blocks() local 63 crypto_init_ptrs(out, &iov_or_mp, &offset); in cbc_encrypt_contiguous_blocks() 87 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in cbc_encrypt_contiguous_blocks() 153 void *iov_or_mp; in cbc_decrypt_contiguous_blocks() local 170 crypto_init_ptrs(out, &iov_or_mp, &offset); in cbc_decrypt_contiguous_blocks() 204 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in cbc_decrypt_contiguous_blocks()
|
| H A D | ecb.c | 44 void *iov_or_mp; in ecb_cipher_contiguous_blocks() local 61 crypto_init_ptrs(out, &iov_or_mp, &offset); in ecb_cipher_contiguous_blocks() 80 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ecb_cipher_contiguous_blocks()
|
| H A D | ccm.c | 52 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() 200 void *iov_or_mp; in ccm_encrypt_final() local 252 crypto_init_ptrs(out, &iov_or_mp, &offset); in ccm_encrypt_final() 253 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_encrypt_final()
|
| H A D | gcm.c | 101 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()
|