Lines Matching refs:to_hash
791 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
801 to_hash = in_len - *next_buflen; in ahash_update_ctx()
803 if (to_hash) { in ahash_update_ctx()
842 to_hash - *buflen, in ahash_update_ctx()
865 to_hash, LDST_SGF); in ahash_update_ctx()
1223 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
1232 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
1234 if (to_hash) { in ahash_update_no_ctx()
1264 to_hash - *buflen, in ahash_update_no_ctx()
1283 append_seq_in_ptr(desc, edesc->sec4_sg_dma, to_hash, LDST_SGF); in ahash_update_no_ctx()
1417 int to_hash; in ahash_update_first() local
1429 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
1431 if (to_hash) { in ahash_update_first()
1473 scatterwalk_map_and_copy(next_buf, req->src, to_hash, in ahash_update_first()
1481 append_seq_in_ptr(desc, src_dma, to_hash, options); in ahash_update_first()