Searched refs:VerifyCredentials (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dcrypto_verify_impl.cc14 bool VerifyCredentials(const CryptoVerifyImpl::Credentials& credentials) { function in namespace:__anon3779
15 return networking_private_crypto::VerifyCredentials(credentials.certificate,
40 *verified = VerifyCredentials(credentials);
47 if (!VerifyCredentials(credentials)) {
66 if (!VerifyCredentials(credentials)) {
/external/chromium_org/chrome/common/extensions/api/networking_private/
H A Dnetworking_private_crypto_unittest.cc27 // Test that networking_private_crypto::VerifyCredentials behaves as expected.
28 TEST_F(NetworkingPrivateCryptoTest, VerifyCredentials) {
93 EXPECT_TRUE(networking_private_crypto::VerifyCredentials(
98 EXPECT_FALSE(networking_private_crypto::VerifyCredentials(
102 EXPECT_FALSE(networking_private_crypto::VerifyCredentials(
106 EXPECT_FALSE(networking_private_crypto::VerifyCredentials(
112 EXPECT_FALSE(networking_private_crypto::VerifyCredentials(
H A Dnetworking_private_crypto.h23 bool VerifyCredentials(const std::string& certificate,
H A Dnetworking_private_crypto_nss.cc49 bool VerifyCredentials(const std::string& certificate, function in namespace:networking_private_crypto
H A Dnetworking_private_crypto_openssl.cc44 bool VerifyCredentials(const std::string& certificate, function in namespace:networking_private_crypto
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_auth_util_nss.cc639 AuthResult VerifyCredentials(const AuthResponse& response, function in namespace:extensions::core_api::cast_channel::__anon8070
758 result = VerifyCredentials(response, peer_cert);

Completed in 297 milliseconds