Lines Matching refs:nbytes
791 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx()
805 req->nbytes - (*next_buflen)); in ahash_update_ctx()
885 req->nbytes, 0); in ahash_update_ctx()
1004 src_nents = sg_nents_for_len(req->src, req->nbytes); in ahash_finup_ctx()
1046 buflen + req->nbytes, LDST_SGF); in ahash_finup_ctx()
1088 src_nents = sg_count(req->src, req->nbytes); in ahash_digest()
1122 append_seq_in_ptr(desc, src_dma, req->nbytes, options); in ahash_digest()
1223 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx()
1236 req->nbytes - (*next_buflen)); in ahash_update_no_ctx()
1308 req->nbytes, 0); in ahash_update_no_ctx()
1344 src_nents = sg_nents_for_len(req->src, req->nbytes); in ahash_finup_no_ctx()
1380 req->nbytes, LDST_SGF); in ahash_finup_no_ctx()
1427 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
1429 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
1432 src_nents = sg_count(req->src, req->nbytes - (*next_buflen)); in ahash_update_first()
1510 req->nbytes, 0); in ahash_update_first()