Home
last modified time | relevance | path

Searched refs:sl_func_list (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slot.h58 CK_FUNCTION_LIST_PTR sl_func_list; /* function entry points */ member
114 #define FUNCLIST(slotID) (slottable->st_slots[(slotID)]->sl_func_list)
H A Dpkcs11Slottable.c202 if ((cur_slot->sl_func_list != NULL) && in pkcs11_slottable_delete()
205 sl_func_list->C_Finalize(NULL); in pkcs11_slottable_delete()
H A Dpkcs11Conf.c196 cur_slot->sl_func_list = &metaslot_functionList; in setup_metaslot()
575 cur_slot->sl_func_list = prov_funcs; in pkcs11_slot_mapping()
699 fast_funcs = cur_slot->sl_func_list; in pkcs11_slot_mapping()
702 fast_funcs = cur_slot->sl_func_list; in pkcs11_slot_mapping()
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlot.h57 crypto_function_list_t sl_func_list; /* function list */ member
H A DkernelObject.c784 if (pslot->sl_func_list.fl_object_create) { in C_FindObjectsInit()
880 if (pslot->sl_func_list.fl_object_create) { in C_FindObjects()
963 if (pslot->sl_func_list.fl_object_create) { in C_FindObjectsFinal()
H A DkernelSlottable.c132 pslot->sl_func_list = fl.fl_list; in kernel_get_func_list()
H A DkernelKeys.c415 if (!pslot->sl_func_list.fl_object_create) { in C_GenerateKey()
1474 if (!pslot->sl_func_list.fl_object_create) { in C_GenerateKeyPair()
1794 if ((!pslot->sl_func_list.fl_object_create) && in C_UnwrapKey()
1795 (!pslot->sl_func_list.fl_key_unwrap)) { in C_UnwrapKey()
2383 if (!pslot->sl_func_list.fl_object_create) { in C_DeriveKey()
H A DkernelObjectUtil.c234 if (pslot->sl_func_list.fl_object_create) { in kernel_add_object()
H A DkernelAttributeUtil.c953 if (pslot->sl_func_list.fl_object_create && in kernel_parse_common_attrs()
2939 if (pslot->sl_func_list.fl_object_create && in kernel_set_common_key_attribute()