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