Home
last modified time | relevance | path

Searched defs:dhkey (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/security/
Decdh_keys.cc88 std::array<uint8_t, 32> dhkey; in ComputeDHKey() local
Dpairing_handler_le_secure_connections.cc85 std::array<uint8_t, 32> dhkey = ComputeDHKey(private_key, remote_public_key); in ExchangePublicKeys() local
137 … const std::array<uint8_t, 32>& dhkey) { in DoSecureConnectionsStage2()
Dpairing_handler_le_unittest.cc214 std::array<uint8_t, 32> dhkey = ComputeDHKey(private_key, my_public_key); in TEST_F() local
/system/bt/gd/security/test/
Decdh_keys_test.cc99 std::array<uint8_t, 32> dhkey; in TEST_F() local
/system/bt/stack/smp/
Dsmp_int.h248 BT_OCTET32 dhkey; member