Home
last modified time | relevance | path

Searched refs:CryptoModuleBlockingPasswordDelegate (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/crypto/
Dnss_crypto_module_delegate.h19 class CryptoModuleBlockingPasswordDelegate
20 : public base::RefCountedThreadSafe<CryptoModuleBlockingPasswordDelegate> {
39 friend class base::RefCountedThreadSafe<CryptoModuleBlockingPasswordDelegate>;
41 virtual ~CryptoModuleBlockingPasswordDelegate() {} in ~CryptoModuleBlockingPasswordDelegate()
Dnss_util.cc110 crypto::CryptoModuleBlockingPasswordDelegate* delegate = in PKCS11PasswordFunc()
111 reinterpret_cast<crypto::CryptoModuleBlockingPasswordDelegate*>(arg); in PKCS11PasswordFunc()
/external/cronet/crypto/
Dnss_crypto_module_delegate.h19 class CryptoModuleBlockingPasswordDelegate
20 : public base::RefCountedThreadSafe<CryptoModuleBlockingPasswordDelegate> {
39 friend class base::RefCountedThreadSafe<CryptoModuleBlockingPasswordDelegate>;
41 virtual ~CryptoModuleBlockingPasswordDelegate() {} in ~CryptoModuleBlockingPasswordDelegate()
Dnss_util.cc83 crypto::CryptoModuleBlockingPasswordDelegate* delegate = in PKCS11PasswordFunc()
84 reinterpret_cast<crypto::CryptoModuleBlockingPasswordDelegate*>(arg); in PKCS11PasswordFunc()
/external/cronet/net/ssl/
Dclient_cert_store_nss.h16 class CryptoModuleBlockingPasswordDelegate; variable
26 base::RepeatingCallback<crypto::CryptoModuleBlockingPasswordDelegate*(
55 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
62 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
Dclient_cert_store_nss.cc43 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate> in ClientCertIdentityNSS()
65 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
79 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate> password_delegate; in GetClientCerts()
145 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate> in GetAndFilterCertsOnWorkerThread()
163 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate> in GetPlatformCertsOnWorkerThread()
Dssl_platform_key_nss.h14 class CryptoModuleBlockingPasswordDelegate; variable
29 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
Dssl_platform_key_nss.cc51 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate> in SSLPlatformKeyNSS()
192 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
203 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate> in FetchClientCertPrivateKey()