Home
last modified time | relevance | path

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

/system/bt/gd/security/
Decdh_keys.cc77 std::array<uint8_t, 32> ComputeDHKey(std::array<uint8_t, 32> my_private_key, EcdhPublicKey remote_p… in ComputeDHKey() argument
80 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…
/system/keymaster/tests/
Dnist_curve_key_exchange_test.cpp132 const char* my_private_key; member
186 string private_key = hex2str(test.my_private_key); in TEST()