Lines Matching refs:to_hash
786 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_ctx() local
797 to_hash = in_len - *next_buflen; in ahash_update_ctx()
799 if (to_hash) { in ahash_update_ctx()
840 to_hash - *buflen, in ahash_update_ctx()
863 to_hash, LDST_SGF); in ahash_update_ctx()
1227 int in_len = *buflen + req->nbytes, to_hash; in ahash_update_no_ctx() local
1237 to_hash = in_len - *next_buflen; in ahash_update_no_ctx()
1239 if (to_hash) { in ahash_update_no_ctx()
1270 to_hash - *buflen, in ahash_update_no_ctx()
1288 append_seq_in_ptr(desc, edesc->sec4_sg_dma, to_hash, LDST_SGF); in ahash_update_no_ctx()
1425 int to_hash; in ahash_update_first() local
1438 to_hash = req->nbytes - *next_buflen; in ahash_update_first()
1440 if (to_hash) { in ahash_update_first()
1485 scatterwalk_map_and_copy(next_buf, req->src, to_hash, in ahash_update_first()
1493 append_seq_in_ptr(desc, src_dma, to_hash, options); in ahash_update_first()