Home
last modified time | relevance | path

Searched refs:l_mc (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_54_AAR_CCM_ECB.c490 uint16_t l_mc = 0; in nhw_CCM_logic() local
527 (uint8_t *)&l_mc, 2, in nhw_CCM_logic()
535 uint8_t mc_in[l_mc + 1]; in nhw_CCM_logic()
536 …uint8_t mc_out[l_mc + BS_MAX(mac_size,4)]; //We just make place for the MAC/MIC even if this is de… in nhw_CCM_logic()
549 mc_in, l_mc, in nhw_CCM_logic()
553 if (!( (l_a == 0 && l_mc == 0) || in nhw_CCM_logic()
554 ((protocol == CCM_MODE_PROTOCOL_Ble) && (l_mc == 0)) in nhw_CCM_logic()
560 l_mc, in nhw_CCM_logic()
567 l_mc += mac_size; in nhw_CCM_logic()
570 if ((protocol == CCM_MODE_PROTOCOL_Ble) && (l_mc < mac_size + 1)) { in nhw_CCM_logic()
[all …]