Home
last modified time | relevance | path

Searched refs:PK11AuthenticateFunc (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/importer/
Dnss_decryptor_win.h100 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx); typedef
156 PK11AuthenticateFunc PK11_Authenticate;
Dnss_decryptor_mac.h102 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx); typedef
150 PK11AuthenticateFunc PK11_Authenticate;
Dnss_decryptor_mac.mm43 (PK11AuthenticateFunc)dlsym(nss_3_lib, "PK11_Authenticate");
Dnss_decryptor_win.cc124 PK11_Authenticate = (PK11AuthenticateFunc) in InitNSS()