Lines Matching refs:slotid
230 CK_SLOT_ID slotid, in pkcs11_token_login() argument
334 rv = m->C_GetTokenInfo(slotid, &updated_token_info); in pkcs11_token_login()
338 slotid, p11_kit_strerror(rv)); in pkcs11_token_login()
741 CK_SLOT_ID slotid, in token_process() argument
761 rv = m->C_OpenSession(slotid, CKF_SERIAL_SESSION, NULL, NULL, &session); in token_process()
767 r = callback(m, session, slotid, slot_info, token_info, search_uri, userdata); in token_process()
780 CK_SLOT_ID slotid, in slot_process() argument
797 rv = m->C_GetSlotInfo(slotid, &slot_info); in slot_process()
799 …log_warning("Failed to acquire slot info for slot %lu, ignoring slot: %s", slotid, p11_kit_strerro… in slot_process()
819 rv = m->C_GetTokenInfo(slotid, &token_info); in slot_process()
824 …log_warning("Failed to acquire token info for slot %lu, ignoring slot: %s", slotid, p11_kit_strerr… in slot_process()
847 slotid, in slot_process()