Searched refs:HWCRHK_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_chil.c462 static const char *HWCRHK_LIBNAME = NULL; variable
465 if (HWCRHK_LIBNAME)
466 OPENSSL_free((void *)HWCRHK_LIBNAME);
467 HWCRHK_LIBNAME = NULL;
472 if (HWCRHK_LIBNAME)
473 return HWCRHK_LIBNAME;
480 return (((HWCRHK_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_chil.c447 static const char *HWCRHK_LIBNAME = NULL; variable
450 if(HWCRHK_LIBNAME)
451 OPENSSL_free((void*)HWCRHK_LIBNAME);
452 HWCRHK_LIBNAME = NULL;
456 if(HWCRHK_LIBNAME)
457 return HWCRHK_LIBNAME;
463 return (((HWCRHK_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_chil.c462 static const char *HWCRHK_LIBNAME = NULL; variable
465 if (HWCRHK_LIBNAME)
466 OPENSSL_free((void *)HWCRHK_LIBNAME);
467 HWCRHK_LIBNAME = NULL;
472 if (HWCRHK_LIBNAME)
473 return HWCRHK_LIBNAME;
480 return (((HWCRHK_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);

Completed in 122 milliseconds