Home
last modified time | relevance | path

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

/external/cronet/net/ssl/
Dtest_ssl_private_key.cc25 class TestSSLPlatformKey : public ThreadedSSLPrivateKey::Delegate { class
27 explicit TestSSLPlatformKey(bssl::UniquePtr<EVP_PKEY> key) in TestSSLPlatformKey() function in net::__anond70e830e0111::TestSSLPlatformKey
30 TestSSLPlatformKey(const TestSSLPlatformKey&) = delete;
31 TestSSLPlatformKey& operator=(const TestSSLPlatformKey&) = delete;
33 ~TestSSLPlatformKey() override = default;
106 std::make_unique<TestSSLPlatformKey>(std::move(key)), in WrapOpenSSLPrivateKey()