Lines Matching refs:nbytes
786 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx()
800 src_nents = __sg_count(req->src, req->nbytes - (*next_buflen), in ahash_update_ctx()
883 req->nbytes, 0); in ahash_update_ctx()
1003 src_nents = __sg_count(req->src, req->nbytes, &chained); in ahash_finup_ctx()
1046 buflen + req->nbytes, LDST_SGF); in ahash_finup_ctx()
1089 src_nents = sg_count(req->src, req->nbytes, &chained); in ahash_digest()
1125 append_seq_in_ptr(desc, src_dma, req->nbytes, options); in ahash_digest()
1227 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx()
1240 src_nents = __sg_count(req->src, req->nbytes - (*next_buflen), in ahash_update_no_ctx()
1313 req->nbytes, 0); in ahash_update_no_ctx()
1350 src_nents = __sg_count(req->src, req->nbytes, &chained); in ahash_finup_no_ctx()
1388 req->nbytes, LDST_SGF); in ahash_finup_no_ctx()
1436 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
1438 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
1441 src_nents = sg_count(req->src, req->nbytes - (*next_buflen), in ahash_update_first()
1522 req->nbytes, 0); in ahash_update_first()