Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54_AAR_CCM_ECB.c291 uint n_iter = 0; in nhw_AAR_resolve_logic() local
338 while ((n_resolved < NRF_AAR_regs[inst]->MAXRESOLVED) && (n_iter <= MAX_IRKS)) { in nhw_AAR_resolve_logic()
341 &n_access, (n_iter == 0)?NHW_EVDMA_NEWJOB:NHW_EVDMA_CONTINUEJOB); in nhw_AAR_resolve_logic()
354 n_iter, prand, hash, hash_check); in nhw_AAR_resolve_logic()
357 bs_trace_raw_time(7, "HW AAR matched irk %i\n", n_iter); in nhw_AAR_resolve_logic()
361 (uint8_t *)&n_iter, 2, in nhw_AAR_resolve_logic()
370 n_iter++; in nhw_AAR_resolve_logic()
376 bs_time_t t_duration = (20 + (8 + 20)*n_iter + 11*n_resolved + clockMHz - 1)/clockMHz; in nhw_AAR_resolve_logic()