Lines Matching refs:next_buflen
3073 int next_buflen; member
3431 req->nbytes - state->next_buflen, in ahash_done_bi()
3432 state->next_buflen, 0); in ahash_done_bi()
3433 state->buflen = state->next_buflen; in ahash_done_bi()
3496 req->nbytes - state->next_buflen, in ahash_done_ctx_dst()
3497 state->next_buflen, 0); in ahash_done_ctx_dst()
3498 state->buflen = state->next_buflen; in ahash_done_ctx_dst()
3527 int *next_buflen = &state->next_buflen; in ahash_update_ctx() local
3533 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()
3534 to_hash = in_len - *next_buflen; in ahash_update_ctx()
3538 int src_len = req->nbytes - *next_buflen; in ahash_update_ctx()
3617 } else if (*next_buflen) { in ahash_update_ctx()
3620 *buflen = *next_buflen; in ahash_update_ctx()
3979 int *next_buflen = &state->next_buflen; in ahash_update_no_ctx() local
3985 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_no_ctx()
3986 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
3990 int src_len = req->nbytes - *next_buflen; in ahash_update_no_ctx()
4071 } else if (*next_buflen) { in ahash_update_no_ctx()
4074 *buflen = *next_buflen; in ahash_update_no_ctx()
4196 int *next_buflen = &state->next_buflen; in ahash_update_first() local
4202 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
4204 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
4208 int src_len = req->nbytes - *next_buflen; in ahash_update_first()
4293 } else if (*next_buflen) { in ahash_update_first()
4299 *buflen = *next_buflen; in ahash_update_first()
4330 state->next_buflen = 0; in ahash_init()