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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c377 static DSO *aep_dso = NULL; variable
441 if(aep_dso != NULL)
448 aep_dso = DSO_load(NULL, get_AEP_LIBNAME(), NULL, 0);
450 if(aep_dso == NULL)
456 if( !(p1 = (t_AEP_ModExp *) DSO_bind_func( aep_dso,AEP_F1)) ||
457 !(p2 = (t_AEP_ModExpCrt*) DSO_bind_func( aep_dso,AEP_F2)) ||
459 !(p3 = (t_AEP_GenRandom*) DSO_bind_func( aep_dso,AEP_F3)) ||
461 !(p4 = (t_AEP_Finalize*) DSO_bind_func( aep_dso,AEP_F4)) ||
462 !(p5 = (t_AEP_Initialize*) DSO_bind_func( aep_dso,AEP_F5)) ||
463 !(p6 = (t_AEP_OpenConnection*) DSO_bind_func( aep_dso,AEP_F
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 107 milliseconds