HomeSort by relevance Sort by last modified time
    Searched refs:PK11SlotInfo (Results 1 - 11 of 11) sorted by null

  /external/libchrome/crypto/
scoped_test_system_nss_key_slot.h 14 typedef struct PK11SlotInfoStr PK11SlotInfo;
34 PK11SlotInfo* slot() const;
nss_key_util.h 16 typedef struct PK11SlotInfoStr PK11SlotInfo;
24 PK11SlotInfo* slot,
35 ImportNSSKeyFromPrivateKeyInfo(PK11SlotInfo* slot,
50 PK11SlotInfo* slot);
scoped_test_nss_db.h 24 PK11SlotInfo* slot() const { return slot_.get(); }
scoped_test_system_nss_key_slot.cc 28 PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const {
scoped_nss_types.h 36 typedef std::unique_ptr<PK11SlotInfo, NSSDestroyer<PK11SlotInfo, PK11_FreeSlot>>
nss_key_util.cc 59 bool GenerateRSAKeyPairNSS(PK11SlotInfo* slot,
81 PK11SlotInfo* slot,
143 PK11SlotInfo* slot) {
nss_util_internal.h 36 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
nss_key_util_unittest.cc 28 PK11SlotInfo* internal_slot() { return internal_slot_.get(); }
nss_util.cc 120 char* PKCS11PasswordFunc(PK11SlotInfo* slot, PRBool retry, void* arg) {
473 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id);
617 PK11SlotInfo* GetPersistentNSSKeySlot() {
725 PK11SlotInfo* slot = PK11_GetInternalKeySlot();
838 PK11SlotInfo* db_slot = SECMOD_OpenUserDB(modspec.c_str());
    [all...]
  /external/curl/lib/vtls/
nss.c 385 static PK11SlotInfo* nss_find_slot_by_name(const char *slot_name)
387 PK11SlotInfo *slot;
413 PK11SlotInfo *slot;
620 PK11SlotInfo *slot, *tmp;
705 static char *nss_get_password(PK11SlotInfo *slot, PRBool retry, void *arg)
    [all...]
  /external/curl/lib/
curl_ntlm_core.c 229 PK11SlotInfo *slot = NULL;

Completed in 192 milliseconds