Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dstack_smp_test.cc187 smp_xor_128(&p1, rand_); in TEST_F()
/system/bt/stack/smp/
Dsmp_keys.cc356 smp_xor_128(&p1, rand); in smp_calculate_comfirm()
365 smp_xor_128(&p2, e1); in smp_calculate_comfirm()
Dsmp_int.h506 extern void smp_xor_128(Octet16* a, const Octet16& b);
Dsmp_utils.cc838 void smp_xor_128(Octet16* a, const Octet16& b) { in smp_xor_128() function