HomeSort by relevance Sort by last modified time
    Searched refs:VerifyCredentials (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/networking_private/
crypto_verify_impl.cc 14 bool VerifyCredentials(const CryptoVerifyImpl::Credentials& credentials) {
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/
networking_private_crypto_unittest.cc 27 // 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(
networking_private_crypto.h 23 bool VerifyCredentials(const std::string& certificate,
networking_private_crypto_nss.cc 49 bool VerifyCredentials(const std::string& certificate,
networking_private_crypto_openssl.cc 44 bool VerifyCredentials(const std::string& certificate,
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_auth_util_nss.cc 639 AuthResult VerifyCredentials(const AuthResponse& response,
    [all...]

Completed in 157 milliseconds