Searched defs:dhkey (Results 1 – 5 of 5) sorted by relevance
87 std::array<uint8_t, 32> dhkey; in ComputeDHKey() local
80 std::array<uint8_t, 32> dhkey = ComputeDHKey(private_key, remote_public_key); in ExchangePublicKeys() local132 … const std::array<uint8_t, 32>& dhkey) { in DoSecureConnectionsStage2()
211 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
278 BT_OCTET32 dhkey; member