Searched refs:aep_dso (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssl/engines/
H A De_aep.c390 static DSO *aep_dso = NULL; variable
459 if (aep_dso != NULL) {
465 aep_dso = DSO_load(NULL, get_AEP_LIBNAME(), NULL, 0);
467 if (aep_dso == NULL) {
472 if (!(p1 = (t_AEP_ModExp *) DSO_bind_func(aep_dso, AEP_F1)) ||
473 !(p2 = (t_AEP_ModExpCrt *) DSO_bind_func(aep_dso, AEP_F2)) ||
475 !(p3 = (t_AEP_GenRandom *) DSO_bind_func(aep_dso, AEP_F3)) ||
477 !(p4 = (t_AEP_Finalize *) DSO_bind_func(aep_dso, AEP_F4)) ||
478 !(p5 = (t_AEP_Initialize *) DSO_bind_func(aep_dso, AEP_F5)) ||
479 !(p6 = (t_AEP_OpenConnection *) DSO_bind_func(aep_dso, AEP_F
[all...]

Completed in 69 milliseconds