Lines Matching refs:current_offset
41 crypto_init_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset) in crypto_init_ptrs() argument
47 *current_offset = out->cd_offset; in crypto_init_ptrs()
60 *current_offset = offset; in crypto_init_ptrs()
73 *current_offset = offset; in crypto_init_ptrs()
87 crypto_get_ptrs(crypto_data_t *out, void **iov_or_mp, offset_t *current_offset, in crypto_get_ptrs() argument
97 offset = *current_offset; in crypto_get_ptrs()
104 *current_offset = offset + amt; in crypto_get_ptrs()
116 offset = *current_offset; in crypto_get_ptrs()
126 *current_offset = offset + amt; in crypto_get_ptrs()
135 *current_offset = amt - *out_data_1_len; in crypto_get_ptrs()
145 offset = *current_offset; in crypto_get_ptrs()
153 *current_offset = offset + amt; in crypto_get_ptrs()
160 *current_offset = (amt - *out_data_1_len); in crypto_get_ptrs()