Searched defs:CryptoModuleBlockingPasswordDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium/crypto/
H A Dcrypto_module_blocking_password_delegate.h14 // CryptoModuleBlockingPasswordDelegate should be passed as the user data
17 class CryptoModuleBlockingPasswordDelegate { class in namespace:crypto
19 virtual ~CryptoModuleBlockingPasswordDelegate() {}
/external/chromium_org/crypto/
H A Dnss_crypto_module_delegate.h16 // CryptoModuleBlockingPasswordDelegate should be passed using wincx() as the
20 class CryptoModuleBlockingPasswordDelegate { class in namespace:crypto
22 virtual ~CryptoModuleBlockingPasswordDelegate() {}
41 // Extends CryptoModuleBlockingPasswordDelegate with the ability to return a
43 class NSSCryptoModuleDelegate : public CryptoModuleBlockingPasswordDelegate {

Completed in 83 milliseconds