Searched refs:PK11SlotInfo (Results 1 – 13 of 13) 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 | 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.cc | 109 char* PKCS11PasswordFunc(PK11SlotInfo* slot, PRBool retry, void* arg) { in PKCS11PasswordFunc() 430 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id); in GetTPMSlotForIdInThreadPool() 592 PK11SlotInfo* GetPersistentNSSKeySlot() { in GetPersistentNSSKeySlot() 693 PK11SlotInfo* slot = PK11_GetInternalKeySlot(); in NSSInitSingleton() 782 PK11SlotInfo* db_slot = SECMOD_OpenUserDB(modspec.c_str()); in OpenSoftwareNSSDB() 900 PK11SlotInfo* GetPersistentNSSKeySlot() { in GetPersistentNSSKeySlot()
|
D | nss_util_internal.h | 36 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
|
D | nss_key_util_unittest.cc | 28 PK11SlotInfo* internal_slot() { return internal_slot_.get(); } in internal_slot()
|
/external/curl/lib/vtls/ |
D | nss.c | 423 static PK11SlotInfo* nss_find_slot_by_name(const char *slot_name) in nss_find_slot_by_name() 425 PK11SlotInfo *slot; in nss_find_slot_by_name() 451 PK11SlotInfo *slot; in nss_create_object() 671 PK11SlotInfo *slot, *tmp; in nss_load_key() 759 static char *nss_get_password(PK11SlotInfo *slot, PRBool retry, void *arg) in nss_get_password() 1148 PK11SlotInfo *slot = nss_find_slot_by_name(pem_slotname); in SelectClientCert()
|
/external/libsrtp2/crypto/cipher/ |
D | aes_icm_nss.c | 250 PK11SlotInfo *slot = PK11_GetBestSlot(CKM_AES_CTR, NULL); in srtp_aes_icm_nss_context_init()
|
D | aes_gcm_nss.c | 209 PK11SlotInfo *slot = PK11_GetBestSlot(CKM_AES_GCM, NULL); in srtp_aes_gcm_nss_context_init()
|
/external/curl/lib/ |
D | curl_ntlm_core.c | 219 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in encrypt_des()
|