Home
last modified time | relevance | path

Searched refs:my_private_key (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Decdh_keys.cc78 std::array<uint8_t, 32> ComputeDHKey(std::array<uint8_t, 32> my_private_key, EcdhPublicKey remote_p… in ComputeDHKey() argument
81 memcpy(private_key, my_private_key.data(), 32); in ComputeDHKey()
Decdh_keys.h38 std::array<uint8_t, 32> ComputeDHKey(std::array<uint8_t, 32> my_private_key, EcdhPublicKey remote_p…