Searched refs:PK11SlotInfo (Results 1 – 14 of 14) sorted by relevance
/external/libchrome/crypto/ |
D | nss_key_util.h | 16 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef 24 PK11SlotInfo* slot, 35 ImportNSSKeyFromPrivateKeyInfo(PK11SlotInfo* slot, 50 PK11SlotInfo* slot);
|
D | scoped_test_system_nss_key_slot.h | 14 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef 34 PK11SlotInfo* slot() const;
|
D | nss_key_util.cc | 59 bool GenerateRSAKeyPairNSS(PK11SlotInfo* slot, in GenerateRSAKeyPairNSS() 81 PK11SlotInfo* slot, in ImportNSSKeyFromPrivateKeyInfo() 143 PK11SlotInfo* slot) { in FindNSSKeyFromPublicKeyInfoInSlot()
|
D | scoped_nss_types.h | 36 typedef std::unique_ptr<PK11SlotInfo, NSSDestroyer<PK11SlotInfo, PK11_FreeSlot>>
|
D | ec_private_key.h | 25 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef 70 PK11SlotInfo* slot,
|
D | nss_util.cc | 128 char* PKCS11PasswordFunc(PK11SlotInfo* slot, PRBool retry, void* arg) { in PKCS11PasswordFunc() 490 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id); in GetTPMSlotForIdOnWorkerThread() 638 PK11SlotInfo* GetPersistentNSSKeySlot() { in GetPersistentNSSKeySlot() 766 PK11SlotInfo* slot = PK11_GetInternalKeySlot(); in NSSInitSingleton() 885 PK11SlotInfo* db_slot = SECMOD_OpenUserDB(modspec.c_str()); in OpenSoftwareNSSDB() 1029 PK11SlotInfo* GetPersistentNSSKeySlot() { in GetPersistentNSSKeySlot()
|
D | scoped_test_nss_db.h | 24 PK11SlotInfo* slot() const { return slot_.get(); } in slot()
|
D | scoped_test_system_nss_key_slot.cc | 28 PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const { in slot()
|
D | nss_util_internal.h | 34 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
|
D | nss_key_util_unittest.cc | 28 PK11SlotInfo* internal_slot() { return internal_slot_.get(); } in internal_slot()
|
D | rsa_private_key.h | 23 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef
|
/external/libchrome/crypto/third_party/nss/ |
D | chromium-nss.h | 62 PK11SlotInfo* slot,
|
/external/curl/lib/vtls/ |
D | nss.c | 364 static PK11SlotInfo* nss_find_slot_by_name(const char *slot_name) in nss_find_slot_by_name() 366 PK11SlotInfo *slot; in nss_find_slot_by_name() 380 PK11SlotInfo *slot; in nss_create_object() 583 PK11SlotInfo *slot; in nss_load_key() 666 static char *nss_get_password(PK11SlotInfo *slot, PRBool retry, void *arg) in nss_get_password() 1054 PK11SlotInfo *slot = nss_find_slot_by_name(pem_slotname); in SelectClientCert()
|
/external/curl/lib/ |
D | curl_ntlm_core.c | 227 PK11SlotInfo *slot = NULL; in encrypt_des()
|