Searched refs:AEP_LIBNAME (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.c396 static const char *AEP_LIBNAME = NULL; variable
399 if (AEP_LIBNAME)
400 return AEP_LIBNAME;
406 if (AEP_LIBNAME)
407 OPENSSL_free((void *)AEP_LIBNAME);
408 AEP_LIBNAME = NULL;
414 return ((AEP_LIBNAME = BUF_strdup(name)) != NULL ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c382 static const char *AEP_LIBNAME = NULL; variable
385 if(AEP_LIBNAME)
386 return AEP_LIBNAME;
391 if(AEP_LIBNAME)
392 OPENSSL_free((void*)AEP_LIBNAME);
393 AEP_LIBNAME = NULL;
398 return ((AEP_LIBNAME = BUF_strdup(name)) != NULL ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_aep.c396 static const char *AEP_LIBNAME = NULL; variable
399 if (AEP_LIBNAME)
400 return AEP_LIBNAME;
406 if (AEP_LIBNAME)
407 OPENSSL_free((void *)AEP_LIBNAME);
408 AEP_LIBNAME = NULL;
414 return ((AEP_LIBNAME = BUF_strdup(name)) != NULL ? 1 : 0);

Completed in 73 milliseconds