Searched refs:out_buf_ptr (Results 1 – 1 of 1) sorted by relevance
282 uint8_t *out_buf_ptr; in aes_process() local289 out_buf_ptr = out_bufinfo.buf; in aes_process()292 out_buf_ptr = (uint8_t *)vstr.buf; in aes_process()310 uint8_t *in = in_bufinfo.buf, *out = out_buf_ptr; in aes_process()319 aes_process_cbc_impl(&self->ctx, in_bufinfo.buf, out_buf_ptr, in_bufinfo.len, encrypt); in aes_process()324 aes_process_ctr_impl(&self->ctx, in_bufinfo.buf, out_buf_ptr, in_bufinfo.len, in aes_process()
Completed in 3 milliseconds