Searched refs:ComputeDHKey (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/security/test/ |
D | ecdh_keys_test.cc | 52 std::array<uint8_t, 32> dhkeya = ComputeDHKey(private_key_a, public_key_b); in TEST_F() 53 std::array<uint8_t, 32> dhkeyb = ComputeDHKey(private_key_b, public_key_a); in TEST_F() 105 std::array<uint8_t, 32> dhkey_a = ComputeDHKey(private_key_a, public_key_b); in TEST_F() 106 std::array<uint8_t, 32> dhkey_b = ComputeDHKey(private_key_b, public_key_a); in TEST_F()
|
/system/bt/gd/security/ |
D | ecdh_keys.h | 38 std::array<uint8_t, 32> ComputeDHKey(std::array<uint8_t, 32> my_private_key, EcdhPublicKey remote_p…
|
D | ecdh_keys.cc | 77 std::array<uint8_t, 32> ComputeDHKey(std::array<uint8_t, 32> my_private_key, EcdhPublicKey remote_p… in ComputeDHKey() function
|
D | pairing_handler_le_unittest.cc | 214 std::array<uint8_t, 32> dhkey = ComputeDHKey(private_key, my_public_key); in TEST_F()
|
D | pairing_handler_le_secure_connections.cc | 85 std::array<uint8_t, 32> dhkey = ComputeDHKey(private_key, remote_public_key); in ExchangePublicKeys()
|