Home
last modified time | relevance | path

Searched refs:mechinfo_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c55 mechinfo_t *slots;
535 mechinfo_t *new_mechinfos; in meta_mechManager_allocmechs()
538 sizeof (mechinfo_t)); in meta_mechManager_allocmechs()
645 CK_ULONG slotnum, boolean_t *supports, mechinfo_t **slot_info, in meta_mechManager_slot_supports_mech()
H A DmetaSlotToken.c275 mechinfo_t **slots = NULL; in meta_GetMechanismInfo()
288 malloc(meta_slotManager_get_slotcount() * sizeof (mechinfo_t *)); in meta_GetMechanismInfo()
H A DmetaGlobal.h290 } mechinfo_t; typedef
301 mechinfo_t *stats;
314 mechinfo_t **supporting_slots;
582 CK_ULONG slotnum, boolean_t *supports, mechinfo_t **slot_info,
H A DmetaUtil.c114 mechinfo_t **supporting_slots; in meta_operation_init()
859 mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only, in get_slotlist_for_mech()
926 mechinfo_t **slots = NULL; in meta_generate_keys()
1194 mechinfo_t **slots = NULL; in meta_wrap_key()
1310 mechinfo_t **slots = NULL; in meta_unwrap_key()
1467 mechinfo_t **slots = NULL; in meta_derive_key()
H A DmetaSessionManager.c155 = malloc(meta_slotManager_get_slotcount() * sizeof (mechinfo_t *)); in meta_session_alloc()