Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/crypto/
H A Dnss_crypto_module_delegate.h19 class CryptoModuleBlockingPasswordDelegate
20 : public base::RefCountedThreadSafe<CryptoModuleBlockingPasswordDelegate> {
39 friend class base::RefCountedThreadSafe<CryptoModuleBlockingPasswordDelegate>;
41 virtual ~CryptoModuleBlockingPasswordDelegate() {} in ~CryptoModuleBlockingPasswordDelegate()
H A Dnss_util.cc71 crypto::CryptoModuleBlockingPasswordDelegate* delegate = in PKCS11PasswordFunc()
72 reinterpret_cast<crypto::CryptoModuleBlockingPasswordDelegate*>(arg); in PKCS11PasswordFunc()
/aosp_15_r20/external/libchrome/crypto/
H A Dnss_crypto_module_delegate.h19 class CryptoModuleBlockingPasswordDelegate
20 : public base::RefCountedThreadSafe<CryptoModuleBlockingPasswordDelegate> {
39 friend class base::RefCountedThreadSafe<CryptoModuleBlockingPasswordDelegate>;
41 virtual ~CryptoModuleBlockingPasswordDelegate() {} in ~CryptoModuleBlockingPasswordDelegate()
H A Dnss_util.cc110 crypto::CryptoModuleBlockingPasswordDelegate* delegate = in PKCS11PasswordFunc()
111 reinterpret_cast<crypto::CryptoModuleBlockingPasswordDelegate*>(arg); in PKCS11PasswordFunc()
/aosp_15_r20/external/cronet/net/ssl/
H A Dclient_cert_store_nss.h16 class CryptoModuleBlockingPasswordDelegate; variable
26 base::RepeatingCallback<crypto::CryptoModuleBlockingPasswordDelegate*(
55 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
62 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
H A 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()
H A Dssl_platform_key_nss.cc51 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate> in SSLPlatformKeyNSS()
192 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>
203 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate> in FetchClientCertPrivateKey()
H A Dssl_platform_key_nss.h14 class CryptoModuleBlockingPasswordDelegate; variable
29 scoped_refptr<crypto::CryptoModuleBlockingPasswordDelegate>