Searched refs:prand (Results 1 – 2 of 2) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_AAR.c | 162 uint32_t prand; in nhw_aar_resolve() local 176 prand = read_3_bytes_value(address_ptr+3); in nhw_aar_resolve() 177 if (prand >> 22 != 0x01){ in nhw_aar_resolve() 179 bs_trace_raw_time(7,"HW AAR the address is not resolvable (0x%06X , %x)\n", prand, prand >> 22); in nhw_aar_resolve() 186 prand_buf[15] = prand & 0xFF; in nhw_aar_resolve() 187 prand_buf[14] = (prand >> 8) & 0xFF; in nhw_aar_resolve() 188 prand_buf[13] = (prand >> 16) & 0xFF; in nhw_aar_resolve() 205 …AR (%i): checking prand = 0x%06X, hash = 0x%06X, hashcheck = 0x%06X\n",i, prand, hash, hash_check); in nhw_aar_resolve()
|
D | NHW_54_AAR_CCM_ECB.c | 288 uint32_t hash = 0, prand = 0, hash_check; in nhw_AAR_resolve_logic() local 319 (uint8_t *)&prand, 3, in nhw_AAR_resolve_logic() 324 (prand >> 16), (prand >> 8) & 0xFF, prand & 0xFF, in nhw_AAR_resolve_logic() 327 if (prand >> 22 != 0x01) { in nhw_AAR_resolve_logic() 329 …me(7,"HW AAR the address is not resolvable we proceed anyhow (0x%06X , %x)\n", prand, prand >> 22); in nhw_AAR_resolve_logic() 334 prand_buf[15] = prand & 0xFF; in nhw_AAR_resolve_logic() 335 prand_buf[14] = (prand >> 8) & 0xFF; in nhw_AAR_resolve_logic() 336 prand_buf[13] = (prand >> 16) & 0xFF; in nhw_AAR_resolve_logic() 354 n_iter, prand, hash, hash_check); in nhw_AAR_resolve_logic()
|