Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_AAR.c161 uint32_t hash, hash_check; in nhw_aar_resolve() local
190 hash = read_3_bytes_value(address_ptr); 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()
207 if (hash == hash_check) { in nhw_aar_resolve()
DNHW_54_AAR_CCM_ECB.c288 uint32_t hash = 0, prand = 0, hash_check; in nhw_AAR_resolve_logic() local
314 (uint8_t *)&hash, 3, in nhw_AAR_resolve_logic()
325 (hash >> 16), (hash >> 8) & 0xFF, hash & 0xFF); in nhw_AAR_resolve_logic()
354 n_iter, prand, hash, hash_check); in nhw_AAR_resolve_logic()
356 if (hash == hash_check) { in nhw_AAR_resolve_logic()