Searched refs:GetCertificate (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/net/http/
H A Ddisk_based_cert_cache_unittest.cc54 // Helper class, for use with DiskBasedCertCache::GetCertificate, that will
56 // DiskBasedCertCache::GetCertificate.
65 // Blocks until the underlying GetCertificate() operation has succeeded.
69 // DiskBasedCertCache::GetCertificate(). The returned callback is only valid
216 cache.GetCertificate(kCert1.cache_key, get_callback.callback());
257 cache.GetCertificate(kCert1.cache_key, get_callback.callback());
263 // Tests that GetCertificate will fail on a corrupted certificate.
272 cache.GetCertificate(kCert1.cache_key, get_callback.callback());
287 cache.GetCertificate(kCert1.cache_key, get_callback.callback());
359 cache.GetCertificate(set_callbac
[all...]
H A Ddisk_based_cert_cache.h42 void GetCertificate(const std::string& key, const GetCallback& cb);
51 // on SetCertificate and GetCertificate operations. Intended for test purposes
56 // on SetCertificate and GetCertificate operations. Intended for test purposes
H A Ddisk_based_cert_cache.cc291 // ReadWorkers represent pending GetCertificate jobs in the DiskBasedCertCache.
523 void DiskBasedCertCache::GetCertificate(const std::string& key, function in class:net::DiskBasedCertCache
H A Dhttp_cache_transaction.cc1906 cache_->cert_cache()->GetCertificate(key,
1918 cache_->cert_cache()->GetCertificate(key,
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow_unittest.cc73 TEST_F(AttestationFlowTest, GetCertificate) {
143 flow.GetCertificate(PROFILE_ENTERPRISE_USER_CERTIFICATE, "fake@test.com",
171 flow.GetCertificate(PROFILE_ENTERPRISE_USER_CERTIFICATE, "", "", true,
202 flow.GetCertificate(PROFILE_ENTERPRISE_USER_CERTIFICATE, "", "", true,
238 flow.GetCertificate(PROFILE_ENTERPRISE_USER_CERTIFICATE, "", "", true,
282 flow.GetCertificate(PROFILE_ENTERPRISE_MACHINE_CERTIFICATE, "", "", true,
311 flow.GetCertificate(PROFILE_ENTERPRISE_USER_CERTIFICATE, "", "", true,
343 flow.GetCertificate(PROFILE_ENTERPRISE_USER_CERTIFICATE, "", "", true,
368 flow.GetCertificate(PROFILE_ENTERPRISE_USER_CERTIFICATE, "", "", true,
415 flow.GetCertificate(PROFILE_ENTERPRISE_USER_CERTIFICAT
[all...]
H A Dmock_attestation_flow.h69 MOCK_METHOD5(GetCertificate, void(AttestationCertificateProfile,
H A Dattestation_flow.h51 // flow.GetCertificate(ENTERPRISE_USER_CERTIFICATE, false, callback);
84 virtual void GetCertificate(AttestationCertificateProfile certificate_profile,
H A Dattestation_flow.cc97 void AttestationFlow::GetCertificate( function in class:chromeos::attestation::AttestationFlow
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api_unittest.cc155 ON_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
277 EXPECT_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
297 // GetCertificate must not be called if the key exists.
298 EXPECT_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
305 // GetCertificate must be called exactly once.
307 GetCertificate(
421 EXPECT_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
449 // GetCertificate must not be called if the key exists.
450 EXPECT_CALL(mock_attestation_flow_, GetCertificate(_, _, _, _, _))
473 // GetCertificate mus
[all...]
H A Denterprise_platform_keys_private_api.cc245 attestation_flow_->GetCertificate(
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow.cc265 GetCertificate(context, user->email(), false /* Don't force a new key */);
268 void PlatformVerificationFlow::GetCertificate(const ChallengeContext& context, function in class:chromeos::attestation::PlatformVerificationFlow
285 attestation_flow_->GetCertificate(
315 GetCertificate(context, user_id, true /* Force a new key */);
H A Dplatform_verification_flow.h207 void GetCertificate(const ChallengeContext& context,
H A Dattestation_policy_observer.cc185 attestation_flow_->GetCertificate(
H A Dattestation_policy_observer_unittest.cc148 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _))
H A Dplatform_verification_flow_unittest.cc230 GetCertificate(PROFILE_CONTENT_PROTECTION_CERTIFICATE,
/external/chromium_org/android_webview/native/
H A Daw_contents.h99 base::android::ScopedJavaLocalRef<jbyteArray> GetCertificate(
H A Daw_contents.cc797 AwContents::GetCertificate(JNIEnv* env, function in class:android_webview::AwContents
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 713 milliseconds