Lines Matching refs:buflen_1
129 int buflen_1; member
782 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_ctx()
785 &state->buflen_1, last_buflen; in ahash_update_ctx()
907 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_ctx()
909 state->buflen_1; in ahash_final_ctx()
990 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_ctx()
992 state->buflen_1; in ahash_finup_ctx()
1160 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_final_no_ctx()
1223 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_no_ctx()
1226 &state->buflen_1; in ahash_update_no_ctx()
1338 int buflen = state->current_buf ? state->buflen_1 : state->buflen_0; in ahash_finup_no_ctx()
1340 state->buflen_1; in ahash_finup_no_ctx()
1424 &state->buflen_1 : &state->buflen_0; in ahash_update_first()
1549 state->buflen_1 = 0; in ahash_init()