Searched refs:l_a (Results 1 – 1 of 1) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_54_AAR_CCM_ECB.c | 489 uint16_t l_a = 0; in nhw_CCM_logic() local 516 (uint8_t *)&l_a, 2, in nhw_CCM_logic() 521 (uint8_t *)&l_a, 2, in nhw_CCM_logic() 531 …uint8_t a_in[l_a + 1]; /* We allocate these VLAs 1 byte larger than used to avoid them having si… in nhw_CCM_logic() 534 uint8_t a_copy[l_a + 1]; in nhw_CCM_logic() 540 a_in, l_a, in nhw_CCM_logic() 544 memcpy(a_copy, a_in, l_a); in nhw_CCM_logic() 553 if (!( (l_a == 0 && l_mc == 0) || in nhw_CCM_logic() 559 l_a, in nhw_CCM_logic() 580 l_a, in nhw_CCM_logic() [all …]
|