Home
last modified time | relevance | path

Searched refs:get_mechanism_info (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGlobal.h93 CK_RV get_mechanism_info(kernel_slot_t *, CK_MECHANISM_TYPE,
H A DkernelSlotToken.c378 rv = get_mechanism_info(slot_table[slotID], type, pInfo, &k_mi_flags); in C_GetMechanismInfo()
H A DkernelUtil.c1116 get_mechanism_info(kernel_slot_t *pslot, CK_MECHANISM_TYPE type, in get_mechanism_info() function
H A DkernelKeys.c1791 rv = get_mechanism_info(pslot, pMechanism->mechanism, &info, in C_UnwrapKey()