Searched refs:slots (Results 1 – 2 of 2) sorted by relevance
16 CK_SLOT_ID_PTR slots, CK_ULONG_PTR count);
63 CK_SLOT_ID_PTR slots, CK_ULONG_PTR count) in ck_slot_get_list() argument82 if (slots) in ck_slot_get_list()97 if (!slots && rv == CKR_BUFFER_TOO_SMALL) in ck_slot_get_list()99 if (!slots || rv) in ck_slot_get_list()104 slots[n] = slot_ids[n]; in ck_slot_get_list()
Completed in 4 milliseconds