Lines Matching refs:next_buflen

750 	int *next_buflen = alt_buflen(state), last_buflen;  in ahash_update_ctx()  local
757 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()
859 *next_buflen, 1); in ahash_update_ctx()
1182 int *next_buflen = alt_buflen(state); in ahash_update_no_ctx() local
1189 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_no_ctx()
1190 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
1194 req->nbytes - *next_buflen); in ahash_update_no_ctx()
1237 if (*next_buflen) { in ahash_update_no_ctx()
1240 *next_buflen, 0); in ahash_update_no_ctx()
1274 } else if (*next_buflen) { in ahash_update_no_ctx()
1277 *buflen = *next_buflen; in ahash_update_no_ctx()
1278 *next_buflen = 0; in ahash_update_no_ctx()
1285 *next_buflen, 1); in ahash_update_no_ctx()
1395 int *next_buflen = alt_buflen(state); in ahash_update_first() local
1402 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
1404 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
1408 req->nbytes - *next_buflen); in ahash_update_first()
1446 if (*next_buflen) in ahash_update_first()
1448 *next_buflen, 0); in ahash_update_first()
1470 } else if (*next_buflen) { in ahash_update_first()
1481 *next_buflen, 1); in ahash_update_first()