CK_FUNCTION_LIST_PTR
CK_FUNCTION_LIST_PTR funcs;
check_random(CK_SLOT_ID slot_id, CK_FUNCTION_LIST_PTR prov_funcs)
CK_FUNCTION_LIST_PTR prov_funcs; /* Provider's function list */
static boolean_t check_random(CK_SLOT_ID, CK_FUNCTION_LIST_PTR);
CK_FUNCTION_LIST_PTR p11;
typedef CK_FUNCTION_LIST_PTR CK_PTR CK_FUNCTION_LIST_PTR_PTR;
CK_FUNCTION_LIST_PTR prov_funcs = NULL; /* Provider's function list */
CK_FUNCTION_LIST_PTR fast_funcs = NULL;
extern CK_FUNCTION_LIST_PTR fast_funcs;
CK_FUNCTION_LIST_PTR sl_func_list; /* function entry points */
CK_FUNCTION_LIST_PTR prov_funcs;
CK_FUNCTION_LIST_PTR prov_funcs;