Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_AAR.c160 uint8_t hash_check_buf[16]; in nhw_aar_resolve() local
200 hash_check_buf); in nhw_aar_resolve()
203 …hash_check = hash_check_buf[15] | (uint32_t)hash_check_buf[14] << 8 | (uint32_t)hash_check_buf[13]… in nhw_aar_resolve()
DNHW_54_AAR_CCM_ECB.c292 uint8_t prand_buf[16], hash_check_buf[16]; in nhw_AAR_resolve_logic() local
348 BLECrypt_if_aes_128((const uint8_t *)&irk, prand_buf, hash_check_buf); in nhw_AAR_resolve_logic()
351 …hash_check = hash_check_buf[15] | (uint32_t)hash_check_buf[14] << 8 | (uint32_t)hash_check_buf[13]… in nhw_AAR_resolve_logic()