Searched defs:VerifyCredentials (Results 1 - 4 of 4) 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_openssl.cc44 bool VerifyCredentials(const std::string& certificate, function in namespace:networking_private_crypto
H A Dnetworking_private_crypto_nss.cc49 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 289 milliseconds