/external/chromium_org/crypto/ |
nss_crypto_module_delegate.h | 16 // CryptoModuleBlockingPasswordDelegate should be passed using wincx() as the 17 // user data argument (|wincx|) to relevant NSS functions, which the global 24 // Return a value suitable for passing to the |wincx| argument of relevant NSS 28 void* wincx() { return this; } function in class:crypto::CryptoModuleBlockingPasswordDelegate
|
ec_private_key_nss.cc | 199 NULL); // wincx 231 NULL); // wincx.
|
/external/chromium_org/crypto/third_party/nss/ |
pk11akey.cc | 57 void* wincx) { 66 wincx); 85 &usage, 1, wincx);
|
chromium-nss.h | 70 void* wincx);
|
/external/chromium_org/chrome/browser/ui/ |
crypto_module_delegate_nss.h | 20 // in. When passing to NSS functions which take a wincx argument, use the value 21 // returned from the wincx() method.
|
crypto_module_password_dialog_nss.cc | 20 // The wincx arg is unused since we don't call PK11_SetIsLoggedInFunc. 22 !PK11_IsLoggedIn(module->os_module_handle(), NULL /* wincx */));
|
/external/chromium/crypto/ |
crypto_module_blocking_password_delegate.h | 15 // argument (|wincx|) to relevant NSS functions, which the global password
|
/external/chromium_org/net/base/ |
keygen_handler_nss.cc | 38 crypto_module_delegate_ ? crypto_module_delegate_->wincx() : NULL)) {
|
/external/chromium/chrome/browser/ui/ |
crypto_module_password_dialog_nss.cc | 21 // The wincx arg is unused since we don't call PK11_SetIsLoggedInFunc. 23 !PK11_IsLoggedIn(module->os_module_handle(), NULL /* wincx */));
|
/external/chromium_org/net/third_party/mozilla_security_manager/ |
nsPKCS12Blob.cpp | 88 nickname_collision(SECItem *old_nick, PRBool *cancel, void *wincx) 92 CERTCertificate* cert = (CERTCertificate*)wincx; 176 // wincx 217 NULL); // wincx 244 NULL); // wincx 434 NULL); // wincx
|
/external/chromium/net/base/ |
cert_database_nss.cc | 136 // The wincx arg is unused since we don't call PK11_SetIsLoggedInFunc. 140 NULL); // wincx
|
/external/chromium_org/chromeos/network/onc/ |
onc_certificate_importer_impl.cc | 104 NULL); // wincx 343 NULL); // wincx
|
/external/chromium_org/net/cert/ |
nss_cert_database.cc | 95 // The wincx arg is unused since we don't call PK11_SetIsLoggedInFunc. 100 NULL)); // wincx
|
x509_certificate_nss.cc | 73 NULL); // wincx
|
/external/chromium/chrome/browser/importer/ |
nss_decryptor_mac.h | 102 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
|
nss_decryptor_win.h | 100 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
|
/external/chromium_org/chrome/utility/importer/ |
nss_decryptor_mac.h | 103 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
|
nss_decryptor_win.h | 100 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
|
/external/chromium/chrome/common/net/ |
x509_certificate_model_nss.cc | 270 NULL /* wincx */);
|
/external/chromium/net/socket/ |
dns_cert_provenance_checker.cc | 289 CKD_NULL /* KDF */, NULL /* shared data */, NULL /* wincx */);
|
ssl_client_socket_nss.cc | 2196 void* wincx = SSL_RevealPinArg(socket); local [all...] |
/external/chromium_org/chrome/common/net/ |
x509_certificate_model_nss.cc | 274 NULL /* wincx */);
|
/external/chromium_org/chromeos/ |
cert_loader.cc | 257 PK11_FindKeyByAnyCert(cert_handle, NULL /* wincx */);
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslsecur.c | 881 bestSlot = PK11_GetBestSlot(keyMech, NULL /* wincx */); [all...] |
/external/chromium_org/net/socket/ |
ssl_client_socket_nss.cc | 1601 void* wincx = SSL_RevealPinArg(socket); local [all...] |