Home
last modified time | relevance | path

Searched refs:PK11SlotInfo (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/crypto/
Dnss_key_util.h16 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef
24 PK11SlotInfo* slot,
35 ImportNSSKeyFromPrivateKeyInfo(PK11SlotInfo* slot,
52 PK11SlotInfo* slot);
Dscoped_test_system_nss_key_slot.h13 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef
33 PK11SlotInfo* slot() const;
Dnss_key_util.cc64 bool GenerateRSAKeyPairNSS(PK11SlotInfo* slot, in GenerateRSAKeyPairNSS()
86 PK11SlotInfo* slot, in ImportNSSKeyFromPrivateKeyInfo()
150 PK11SlotInfo* slot) { in FindNSSKeyFromPublicKeyInfoInSlot()
Dscoped_nss_types.h35 typedef scoped_ptr<PK11SlotInfo, NSSDestroyer<PK11SlotInfo, PK11_FreeSlot> >
Dec_private_key.h24 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef
60 PK11SlotInfo* slot,
Dnss_util.cc127 char* PKCS11PasswordFunc(PK11SlotInfo* slot, PRBool retry, void* arg) { in PKCS11PasswordFunc()
488 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id); in GetTPMSlotForIdOnWorkerThread()
634 PK11SlotInfo* GetPersistentNSSKeySlot() { in GetPersistentNSSKeySlot()
762 PK11SlotInfo* slot = PK11_GetInternalKeySlot(); in NSSInitSingleton()
883 PK11SlotInfo* db_slot = SECMOD_OpenUserDB(modspec.c_str()); in OpenSoftwareNSSDB()
1027 PK11SlotInfo* GetPersistentNSSKeySlot() { in GetPersistentNSSKeySlot()
Dscoped_test_nss_db.h24 PK11SlotInfo* slot() const { return slot_.get(); } in slot()
Dscoped_test_system_nss_key_slot.cc28 PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const { in slot()
Dnss_util_internal.h34 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
Dnss_key_util_unittest.cc28 PK11SlotInfo* internal_slot() { return internal_slot_.get(); } in internal_slot()
Drsa_private_key.h23 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef
/external/libchrome/crypto/third_party/nss/
Dchromium-nss.h62 PK11SlotInfo* slot,
Dpk11akey.cc49 PK11SlotInfo* slot, in ImportEncryptedECPrivateKeyInfoAndReturnKey()
/external/curl/lib/vtls/
Dnss.c344 PK11SlotInfo *slot; in nss_create_object()
547 PK11SlotInfo *slot; in nss_load_key()
630 static char * nss_get_password(PK11SlotInfo * slot, PRBool retry, void *arg) in nss_get_password()
1017 PK11SlotInfo *slot = PK11_FindSlotByName(pem_slotname); in SelectClientCert()
/external/curl/lib/
Dcurl_ntlm_core.c207 PK11SlotInfo *slot = NULL; in encrypt_des()