Searched refs:TestSSLPlatformKey (Results 1 – 1 of 1) sorted by relevance
25 class TestSSLPlatformKey : public ThreadedSSLPrivateKey::Delegate { class27 explicit TestSSLPlatformKey(bssl::UniquePtr<EVP_PKEY> key) in TestSSLPlatformKey() function in net::__anond70e830e0111::TestSSLPlatformKey30 TestSSLPlatformKey(const TestSSLPlatformKey&) = delete;31 TestSSLPlatformKey& operator=(const TestSSLPlatformKey&) = delete;33 ~TestSSLPlatformKey() override = default;106 std::make_unique<TestSSLPlatformKey>(std::move(key)), in WrapOpenSSLPrivateKey()