Lines Matching refs:current_buf
134 int current_buf; member
781 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_ctx()
782 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_ctx()
783 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_ctx()
784 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_ctx()
842 state->current_buf = !state->current_buf; in ahash_update_ctx()
906 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_ctx()
907 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_ctx()
908 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_final_ctx()
989 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_ctx()
990 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_ctx()
991 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_finup_ctx()
1159 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_no_ctx()
1160 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_no_ctx()
1222 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_no_ctx()
1223 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_no_ctx()
1224 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_no_ctx()
1225 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_no_ctx()
1272 state->current_buf = !state->current_buf; in ahash_update_no_ctx()
1337 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_no_ctx()
1338 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_no_ctx()
1339 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_finup_no_ctx()
1422 u8 *next_buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_first()
1423 int *next_buflen = state->current_buf ? in ahash_update_first()
1546 state->current_buf = 0; in ahash_init()