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

/external/libchrome/crypto/
H A Dnss_crypto_module_delegate.h16 // 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
/external/libchrome/crypto/third_party/nss/
H A Dpk11akey.cc57 void* wincx) {
66 wincx);
85 &usage, 1, wincx);
48 ImportEncryptedECPrivateKeyInfoAndReturnKey( PK11SlotInfo* slot, SECKEYEncryptedPrivateKeyInfo* epki, SECItem* password, SECItem* nickname, SECItem* public_value, PRBool permanent, PRBool sensitive, SECKEYPrivateKey** private_key, void* wincx) argument

Completed in 91 milliseconds