Searched refs:buflen_0 (Results 1 – 1 of 1) sorted by relevance
127 int buflen_0; member782 int *buflen = state->current_buf ? &state->buflen_1 : &state->buflen_0; in ahash_update_ctx()784 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_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()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()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()1225 int *next_buflen = state->current_buf ? &state->buflen_0 : in ahash_update_no_ctx()[all …]