Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dks_p11.c833 CK_C_GetFunctionList getFuncs; in p11_init() local
876 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()