Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_platform_key_android.cc68 class SSLPlatformKeyAndroid : public ThreadedSSLPrivateKey::Delegate { class
70 SSLPlatformKeyAndroid(bssl::UniquePtr<EVP_PKEY> pubkey, in SSLPlatformKeyAndroid() function in net::__anon95327a8a0111::SSLPlatformKeyAndroid
97 SSLPlatformKeyAndroid(const SSLPlatformKeyAndroid&) = delete;
98 SSLPlatformKeyAndroid& operator=(const SSLPlatformKeyAndroid&) = delete;
100 ~SSLPlatformKeyAndroid() override = default;
169 std::make_unique<SSLPlatformKeyAndroid>(std::move(pubkey), key), in WrapJavaPrivateKey()