Home | History | Annotate | Download | only in crypto

Lines Matching defs:slot

102 char* PKCS11PasswordFunc(PK11SlotInfo* slot, PRBool retry, void* arg) {
105 // well known password we use, as long as the TPM slot has been
111 if (PK11_GetTokenName(slot) == token_name)
119 std::string password = delegate->RequestPassword(PK11_GetTokenName(slot),
182 PK11SlotInfo* slot = item->module->slots[i];
183 if (PK11_GetTokenName(slot) == token_name)
184 return PK11_ReferenceSlot(slot);
230 // This creates another DB slot in NSS that is read/write, unlike
304 // the software slot.
408 PK11SlotInfo* slot = PK11_GetInternalKeySlot();
409 if (slot) {
412 if (PK11_NeedUserInit(slot))
413 PK11_InitPin(slot, NULL, NULL);
414 PK11_FreeSlot(slot);
529 // trusted slot for the mechanisms it provides.