Searched refs:SSLPlatformKeySecKey (Results 1 – 1 of 1) sorted by relevance
73 class SSLPlatformKeySecKey : public ThreadedSSLPrivateKey::Delegate { class75 SSLPlatformKeySecKey(bssl::UniquePtr<EVP_PKEY> pubkey, SecKeyRef key) in SSLPlatformKeySecKey() function in net::__anon98e6b49a0111::SSLPlatformKeySecKey87 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()