Searched refs:getFuncs (Results 1 – 1 of 1) sorted by relevance
833 CK_C_GetFunctionList getFuncs; in p11_init() local876 getFuncs = (CK_C_GetFunctionList) dlsym(p->dl_handle, "C_GetFunctionList"); in p11_init()877 if (getFuncs == NULL) { in p11_init()885 ret = (*getFuncs)(&p->funcs); in p11_init()