Searched refs:to_copy (Results 1 – 1 of 1) sorted by relevance
168 unsigned int to_copy = BS_MIN(len, CM_pusher_st.current_len); in nhw_CRACEN_CM_give_pusher_data() local171 memcpy(CM_pusher_st.current_address, data, to_copy); in nhw_CRACEN_CM_give_pusher_data()173 len -= to_copy; in nhw_CRACEN_CM_give_pusher_data()174 data += to_copy; in nhw_CRACEN_CM_give_pusher_data()175 CM_pusher_st.current_len -= to_copy; in nhw_CRACEN_CM_give_pusher_data()176 CM_pusher_st.current_address += to_copy; in nhw_CRACEN_CM_give_pusher_data()