• Home
  • Raw
  • Download

Lines Matching refs:current_buf

134 	int current_buf;  member
840 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_ctx()
841 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_ctx()
842 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_ctx()
843 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_ctx()
916 state->current_buf = !state->current_buf; in ahash_update_ctx()
974 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_ctx()
975 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_ctx()
976 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_final_ctx()
1053 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_ctx()
1054 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_ctx()
1055 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_finup_ctx()
1220 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_final_no_ctx()
1221 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_no_ctx()
1281 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_no_ctx()
1282 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_no_ctx()
1283 u8 *next_buf = state->current_buf ? state->buf_0 : state->buf_1; in ahash_update_no_ctx()
1284 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_no_ctx()
1345 state->current_buf = !state->current_buf; in ahash_update_no_ctx()
1408 u8 *buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_finup_no_ctx()
1409 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_no_ctx()
1410 int last_buflen = state->current_buf ? state->buflen_0 : in ahash_finup_no_ctx()
1501 u8 *next_buf = state->current_buf ? state->buf_1 : state->buf_0; in ahash_update_first()
1502 int *next_buflen = state->current_buf ? in ahash_update_first()
1613 state->current_buf = 0; in ahash_init()
1649 if (state->current_buf) { in ahash_export()