Searched refs:crypto_get_ptrs (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/common/crypto/modes/ |
H A D | ctr.c | 129 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ctr_mode_contiguous_blocks() 193 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ctr_mode_final()
|
H A D | cbc.c | 113 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in cbc_encrypt_contiguous_blocks() 237 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in cbc_decrypt_contiguous_blocks()
|
H A D | ecb.c | 101 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ecb_cipher_contiguous_blocks()
|
H A D | modes.c | 87 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs() function
|
H A D | modes.h | 377 extern void crypto_get_ptrs(crypto_data_t *, void **, offset_t *,
|
H A D | ccm.c | 139 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_mode_encrypt_contiguous_blocks() 265 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in ccm_encrypt_final()
|
H A D | gcm.c | 205 crypto_get_ptrs(out, &iov_or_mp, &offset, &out_data_1, in gcm_mode_encrypt_contiguous_blocks()
|