Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Decdh_key.h81 void SetPrivateKeyForTesting(const UInt256& private_key);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Decdh_key_test.cc110 local_key->SetPrivateKeyForTesting(kSamplePrivateKey); in TEST()
H A Decdh_key.cc166 void LocalEcdhKey::SetPrivateKeyForTesting(const UInt256& private_key) { in SetPrivateKeyForTesting() function in bt::sm::LocalEcdhKey