Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_platform_key_mac.cc73 class SSLPlatformKeySecKey : public ThreadedSSLPrivateKey::Delegate { class
75 SSLPlatformKeySecKey(bssl::UniquePtr<EVP_PKEY> pubkey, SecKeyRef key) in SSLPlatformKeySecKey() function in net::__anon98e6b49a0111::SSLPlatformKeySecKey
87 SSLPlatformKeySecKey(const SSLPlatformKeySecKey&) = delete;
88 SSLPlatformKeySecKey& operator=(const SSLPlatformKeySecKey&) = delete;
90 ~SSLPlatformKeySecKey() override = default;
196 std::make_unique<SSLPlatformKeySecKey>(std::move(pubkey), key), in CreateSSLPrivateKeyForSecKey()
209 std::make_unique<SSLPlatformKeySecKey>(std::move(pubkey), in WrapUnexportableKey()