Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_platform_key_win.cc78 class SSLPlatformKeyCAPI : public ThreadedSSLPrivateKey::Delegate { class
81 SSLPlatformKeyCAPI(crypto::ScopedHCRYPTPROV provider, DWORD key_spec) in SSLPlatformKeyCAPI() function in net::__anonb0d117170111::SSLPlatformKeyCAPI
91 SSLPlatformKeyCAPI(const SSLPlatformKeyCAPI&) = delete;
92 SSLPlatformKeyCAPI& operator=(const SSLPlatformKeyCAPI&) = delete;
94 ~SSLPlatformKeyCAPI() override = default;
405 std::make_unique<SSLPlatformKeyCAPI>(std::move(prov), key_spec), in WrapCAPIPrivateKey()