Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Daddress_with_type.h62 crypto_toolbox::Octet16 computed_hash = crypto_toolbox::aes_128(irk, &prand[0], 3); in IsRpaThatMatchesIrk() local
67 if (memcmp(computed_hash.data(), &hash[0], 3) == 0) { in IsRpaThatMatchesIrk()