Searched defs:PK11SlotInfo (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/crypto/
H A Dscoped_test_system_nss_key_slot.h13 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
33 PK11SlotInfo* slot() const;
H A Dec_private_key.h21 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
49 static ECPrivateKey* CreateSensitive(PK11SlotInfo* slot);
68 PK11SlotInfo* slot,
80 PK11SlotInfo* slot,
129 static ECPrivateKey* CreateWithParams(PK11SlotInfo* slot,
136 PK11SlotInfo* slot,
H A Drsa_private_key.h25 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
187 static RSAPrivateKey* CreateSensitive(PK11SlotInfo* slot, uint16 num_bits);
194 PK11SlotInfo* slot,
218 PK11SlotInfo* slot);
258 static RSAPrivateKey* CreateWithParams(PK11SlotInfo* slot,
267 PK11SlotInfo* slot,
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsKeygenHandler.h46 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
64 PK11SlotInfo* slot,
H A DnsNSSCertificateDB.h48 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
56 bool ImportCACerts(PK11SlotInfo* slot,
63 PK11SlotInfo* slot,
H A DnsPKCS12Blob.h48 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
63 int nsPKCS12Blob_Import(PK11SlotInfo* slot,
/external/chromium_org/net/base/
H A Dcrypto_module.h15 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
28 typedef PK11SlotInfo* OSModuleHandle;
/external/chromium_org/net/cert/
H A Dx509_util_nss.h19 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
92 PK11SlotInfo* slot);
/external/chromium_org/net/test/
H A Dcert_test_util.h18 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
40 PK11SlotInfo* slot);
43 PK11SlotInfo* slot);
49 PK11SlotInfo* slot);
/external/chromium_org/components/ownership/
H A Downer_key_util.h20 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
90 PK11SlotInfo* slot) = 0;
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_mac.h95 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
99 typedef PK11SlotInfo* (*PK11GetInternalKeySlotFunc)(void);
100 typedef void (*PK11FreeSlotFunc)(PK11SlotInfo *slot);
101 typedef SECStatus (*PK11CheckUserPasswordFunc)(PK11SlotInfo *slot, char *pw);
103 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
143 PK11SlotInfo* GetKeySlotForDB() const { return PK11_GetInternalKeySlot(); }
144 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }
H A Dnss_decryptor_win.h92 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef in typeref:struct:PK11SlotInfoStr
96 typedef PK11SlotInfo* (*PK11GetInternalKeySlotFunc)(void);
97 typedef void (*PK11FreeSlotFunc)(PK11SlotInfo *slot);
98 typedef SECStatus (*PK11CheckUserPasswordFunc)(PK11SlotInfo *slot, char *pw);
100 (*PK11AuthenticateFunc)(PK11SlotInfo *slot, PRBool loadCerts, void *wincx);
147 PK11SlotInfo* GetKeySlotForDB() const { return PK11_GetInternalKeySlot(); }
148 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }

Completed in 488 milliseconds