Searched refs:computed_hash (Results 1 – 1 of 1) sorted by relevance
62 crypto_toolbox::Octet16 computed_hash = crypto_toolbox::aes_128(irk, &prand[0], 3); in IsRpaThatMatchesIrk() local67 if (memcmp(computed_hash.data(), &hash[0], 3) == 0) { in IsRpaThatMatchesIrk()