Searched defs:token_only (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c966 boolean_t token_only, slot_session_t *slot_session,
976 token_only);
1032 CK_ULONG ulCount, CK_ULONG slotnum, boolean_t token_only,
1056 num_results_alloc, info, slotnum, token_only,
1071 num_results_alloc, info, slotnum, token_only,
964 process_find_results(CK_OBJECT_HANDLE *results, CK_ULONG num_results, int *num_results_allocated, find_objs_info_t *info, CK_ULONG slotnum, boolean_t token_only, slot_session_t *slot_session, meta_session_t *session) argument
1030 meta_search_for_objects(meta_session_t *session, find_objs_info_t *info, slot_session_t *slot_session, CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_ULONG slotnum, boolean_t token_only, int *num_results_alloc) argument
H A DmetaUtil.c850 * If "token_only", check if the keystore slot supports the specified mech,
859 mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only,
865 if (token_only) {
928 boolean_t doKeyPair = B_FALSE, token_only = B_FALSE; local
1013 token_only = B_TRUE;
1017 &(session->mech_support_info), &slots, &slotCount, token_only,
857 get_slotlist_for_mech(CK_MECHANISM_TYPE mech_type, mech_support_info_t *mech_support_info, mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only, CK_MECHANISM_INFO *mech_info) argument
H A DmetaObjectManager.c1670 boolean_t token_only)
1675 if (!token_only) {
1669 meta_object_find_by_handle(CK_OBJECT_HANDLE hObject, CK_ULONG slotnum, boolean_t token_only) argument

Completed in 61 milliseconds