Searched refs:next_buflen (Results 1 – 1 of 1) sorted by relevance
750 int *next_buflen = alt_buflen(state), last_buflen; in ahash_update_ctx() local757 last_buflen = *next_buflen; in ahash_update_ctx()758 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()759 to_hash = in_len - *next_buflen; in ahash_update_ctx()763 req->nbytes - (*next_buflen)); in ahash_update_ctx()812 if (*next_buflen) in ahash_update_ctx()815 *next_buflen, 0); in ahash_update_ctx()848 } else if (*next_buflen) { in ahash_update_ctx()851 *buflen = *next_buflen; in ahash_update_ctx()852 *next_buflen = last_buflen; in ahash_update_ctx()[all …]