curr_buff_cnt     346 drivers/crypto/ccree/cc_buffer_mgr.c 			   u8 *curr_buff, u32 curr_buff_cnt,
curr_buff_cnt     349 drivers/crypto/ccree/cc_buffer_mgr.c 	dev_dbg(dev, " handle curr buff %x set to   DLLI\n", curr_buff_cnt);
curr_buff_cnt     351 drivers/crypto/ccree/cc_buffer_mgr.c 	sg_init_one(areq_ctx->buff_sg, curr_buff, curr_buff_cnt);
curr_buff_cnt     364 drivers/crypto/ccree/cc_buffer_mgr.c 	cc_add_sg_entry(dev, sg_data, 1, areq_ctx->buff_sg, curr_buff_cnt, 0,
curr_buff_cnt    1209 drivers/crypto/ccree/cc_buffer_mgr.c 	u32 *curr_buff_cnt = cc_hash_buf_cnt(areq_ctx);
curr_buff_cnt    1218 drivers/crypto/ccree/cc_buffer_mgr.c 		curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index);
curr_buff_cnt    1225 drivers/crypto/ccree/cc_buffer_mgr.c 	if (nbytes == 0 && *curr_buff_cnt == 0) {
curr_buff_cnt    1232 drivers/crypto/ccree/cc_buffer_mgr.c 	if (*curr_buff_cnt) {
curr_buff_cnt    1233 drivers/crypto/ccree/cc_buffer_mgr.c 		rc = cc_set_hash_buf(dev, areq_ctx, curr_buff, *curr_buff_cnt,
curr_buff_cnt    1277 drivers/crypto/ccree/cc_buffer_mgr.c 	if (*curr_buff_cnt)
curr_buff_cnt    1290 drivers/crypto/ccree/cc_buffer_mgr.c 	u32 *curr_buff_cnt = cc_hash_buf_cnt(areq_ctx);
curr_buff_cnt    1295 drivers/crypto/ccree/cc_buffer_mgr.c 	u32 total_in_len = nbytes + *curr_buff_cnt;
curr_buff_cnt    1304 drivers/crypto/ccree/cc_buffer_mgr.c 		curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index);
curr_buff_cnt    1314 drivers/crypto/ccree/cc_buffer_mgr.c 			curr_buff, *curr_buff_cnt, &curr_buff[*curr_buff_cnt]);
curr_buff_cnt    1317 drivers/crypto/ccree/cc_buffer_mgr.c 				  &curr_buff[*curr_buff_cnt], nbytes);
curr_buff_cnt    1318 drivers/crypto/ccree/cc_buffer_mgr.c 		*curr_buff_cnt += nbytes;
curr_buff_cnt    1333 drivers/crypto/ccree/cc_buffer_mgr.c 			next_buff, (update_data_len - *curr_buff_cnt),
curr_buff_cnt    1336 drivers/crypto/ccree/cc_buffer_mgr.c 				   (update_data_len - *curr_buff_cnt),
curr_buff_cnt    1342 drivers/crypto/ccree/cc_buffer_mgr.c 	if (*curr_buff_cnt) {
curr_buff_cnt    1343 drivers/crypto/ccree/cc_buffer_mgr.c 		rc = cc_set_hash_buf(dev, areq_ctx, curr_buff, *curr_buff_cnt,
curr_buff_cnt    1351 drivers/crypto/ccree/cc_buffer_mgr.c 	if (update_data_len > *curr_buff_cnt) {
curr_buff_cnt    1352 drivers/crypto/ccree/cc_buffer_mgr.c 		rc = cc_map_sg(dev, src, (update_data_len - *curr_buff_cnt),
curr_buff_cnt    1375 drivers/crypto/ccree/cc_buffer_mgr.c 				(update_data_len - *curr_buff_cnt), 0, true,
curr_buff_cnt    1389 drivers/crypto/ccree/cc_buffer_mgr.c 	if (*curr_buff_cnt)
curr_buff_cnt    1506 drivers/crypto/ccree/cc_hash.c 	u32 curr_buff_cnt = *cc_hash_buf_cnt(state);
curr_buff_cnt    1518 drivers/crypto/ccree/cc_hash.c 	memcpy(out, &curr_buff_cnt, sizeof(u32));
curr_buff_cnt    1521 drivers/crypto/ccree/cc_hash.c 	memcpy(out, curr_buff, curr_buff_cnt);