Home
last modified time | relevance | path

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

/system/bt/gd/security/
Decdh_keys.cc56 std::array<uint8_t, 32> private_key_copy = private_key; in GenerateECDHKeyPair() local
59 ECC_PointMult(&public_key, &(ecc::curve_p256.G), (uint32_t*)private_key_copy.data()); in GenerateECDHKeyPair()