Searched refs:CryptoVerifyImpl (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dcrypto_verify_impl.cc14 bool VerifyCredentials(const CryptoVerifyImpl::Credentials& credentials) {
28 return new CryptoVerifyImpl();
31 CryptoVerifyImpl::CryptoVerifyImpl() { function in class:CryptoVerifyImpl
34 CryptoVerifyImpl::~CryptoVerifyImpl() {
37 void CryptoVerifyImpl::VerifyDestination(const Credentials& credentials,
43 void CryptoVerifyImpl::VerifyAndEncryptCredentials(
61 void CryptoVerifyImpl::VerifyAndEncryptData(
H A Dcrypto_verify_impl.h14 class CryptoVerifyImpl class in inherits:extensions::NetworkingPrivateServiceClient::CryptoVerify
17 CryptoVerifyImpl();
18 virtual ~CryptoVerifyImpl();
34 DISALLOW_COPY_AND_ASSIGN(CryptoVerifyImpl);

Completed in 417 milliseconds