Searched refs:my_private_key (Results 1 – 2 of 2) sorted by relevance
78 std::array<uint8_t, 32> ComputeDHKey(std::array<uint8_t, 32> my_private_key, EcdhPublicKey remote_p… in ComputeDHKey() argument81 memcpy(private_key, my_private_key.data(), 32); in ComputeDHKey()
38 std::array<uint8_t, 32> ComputeDHKey(std::array<uint8_t, 32> my_private_key, EcdhPublicKey remote_p…