Searched defs:dhkey (Results 1 – 5 of 5) sorted by relevance
88 std::array<uint8_t, 32> dhkey; in ComputeDHKey() local
85 std::array<uint8_t, 32> dhkey = ComputeDHKey(private_key, remote_public_key); in ExchangePublicKeys() local137 … const std::array<uint8_t, 32>& dhkey) { in DoSecureConnectionsStage2()
214 std::array<uint8_t, 32> dhkey = ComputeDHKey(private_key, my_public_key); in TEST_F() local
99 std::array<uint8_t, 32> dhkey; in TEST_F() local
248 BT_OCTET32 dhkey; member