Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dnss_key_util.h16 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef
24 PK11SlotInfo* slot,
35 ImportNSSKeyFromPrivateKeyInfo(PK11SlotInfo* slot,
50 PK11SlotInfo* slot);
Dscoped_test_system_nss_key_slot.h14 typedef struct PK11SlotInfoStr PK11SlotInfo; typedef
34 PK11SlotInfo* slot() const;
Dnss_key_util.cc59 bool GenerateRSAKeyPairNSS(PK11SlotInfo* slot, in GenerateRSAKeyPairNSS()
81 PK11SlotInfo* slot, in ImportNSSKeyFromPrivateKeyInfo()
143 PK11SlotInfo* slot) { in FindNSSKeyFromPublicKeyInfoInSlot()
Dscoped_nss_types.h36 typedef std::unique_ptr<PK11SlotInfo, NSSDestroyer<PK11SlotInfo, PK11_FreeSlot>>
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.cc109 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()
Dnss_util_internal.h36 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
Dnss_key_util_unittest.cc28 PK11SlotInfo* internal_slot() { return internal_slot_.get(); } in internal_slot()
/external/curl/lib/vtls/
Dnss.c423 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/
Daes_icm_nss.c250 PK11SlotInfo *slot = PK11_GetBestSlot(CKM_AES_CTR, NULL); in srtp_aes_icm_nss_context_init()
Daes_gcm_nss.c209 PK11SlotInfo *slot = PK11_GetBestSlot(CKM_AES_GCM, NULL); in srtp_aes_gcm_nss_context_init()
/external/curl/lib/
Dcurl_ntlm_core.c219 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in encrypt_des()