Lines Matching refs:current_buf

134 	int current_buf;  member
786 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_ctx()
787 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_ctx()
788 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_ctx()
789 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_ctx()
849 state->current_buf = !state->current_buf; in ahash_update_ctx()
908 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_ctx()
909 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_ctx()
910 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_final_ctx()
991 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_ctx()
992 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_ctx()
993 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_finup_ctx()
1156 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_no_ctx()
1157 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_no_ctx()
1218 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_no_ctx()
1219 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_no_ctx()
1220 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_no_ctx()
1221 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_no_ctx()
1268 state->current_buf = !state->current_buf; in ahash_update_no_ctx()
1332 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_no_ctx()
1333 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_no_ctx()
1334 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_finup_no_ctx()
1414 u8 *next_buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_first()
1415 int *next_buflen = state->current_buf ? in ahash_update_first()
1534 state->current_buf = 0; in ahash_init()
1570 if (state->current_buf) { in ahash_export()