Lines Matching refs:current_offset
45 crypto_init_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset) in crypto_init_ptrs() argument
51 *current_offset = out->cd_offset; in crypto_init_ptrs()
64 *current_offset = offset; in crypto_init_ptrs()
77 *current_offset = offset; in crypto_init_ptrs()
91 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs() argument
101 offset = *current_offset; in crypto_get_ptrs()
108 *current_offset = offset + amt; in crypto_get_ptrs()
120 offset = *current_offset; in crypto_get_ptrs()
130 *current_offset = offset + amt; in crypto_get_ptrs()
139 *current_offset = amt - *out_data_1_len; in crypto_get_ptrs()
149 offset = *current_offset; in crypto_get_ptrs()
157 *current_offset = offset + amt; in crypto_get_ptrs()
164 *current_offset = (amt - *out_data_1_len); in crypto_get_ptrs()