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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c969 boolean_t token_only, slot_session_t *slot_session,
979 token_only);
1035 CK_ULONG ulCount, CK_ULONG slotnum, boolean_t token_only,
1059 num_results_alloc, info, slotnum, token_only,
1074 num_results_alloc, info, slotnum, token_only,
967 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
1033 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.c863 * If "token_only", check if the keystore slot supports the specified mech,
872 mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only,
878 if (token_only) {
941 boolean_t doKeyPair = B_FALSE, token_only = B_FALSE; local
1026 token_only = B_TRUE;
1030 &(session->mech_support_info), &slots, &slotCount, token_only,
870 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.c1679 boolean_t token_only)
1684 if (!token_only) {
1678 meta_object_find_by_handle(CK_OBJECT_HANDLE hObject, CK_ULONG slotnum, boolean_t token_only) argument

Completed in 24 milliseconds