Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54_AAR_CCM_ECB.c478 uint mac_size = nhw_CCM_MAC_size(inst); in nhw_CCM_logic() local
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()
561 mac_size, 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()
572 } else if ((protocol == CCM_MODE_PROTOCOL_Ieee802154) && (l_mc < mac_size)) { in nhw_CCM_logic()
577 l_mc = BS_MAX((int)l_mc - mac_size, 0); in nhw_CCM_logic()
582 mac_size, in nhw_CCM_logic()
587 mac_size == 0, in nhw_CCM_logic()