next_buff_cnt    1292 drivers/crypto/ccree/cc_buffer_mgr.c 	u32 *next_buff_cnt = cc_next_buf_cnt(areq_ctx);
next_buff_cnt    1323 drivers/crypto/ccree/cc_buffer_mgr.c 	*next_buff_cnt = total_in_len & (block_size - 1);
next_buff_cnt    1325 drivers/crypto/ccree/cc_buffer_mgr.c 	update_data_len = total_in_len - *next_buff_cnt;
next_buff_cnt    1328 drivers/crypto/ccree/cc_buffer_mgr.c 		*next_buff_cnt, update_data_len);
next_buff_cnt    1331 drivers/crypto/ccree/cc_buffer_mgr.c 	if (*next_buff_cnt) {
next_buff_cnt    1334 drivers/crypto/ccree/cc_buffer_mgr.c 			*next_buff_cnt);