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

/freebsd-9.3-release/crypto/openssl/engines/
H A De_chil.c463 static const char *HWCRHK_LIBNAME = NULL; variable
466 if (HWCRHK_LIBNAME)
467 OPENSSL_free((void *)HWCRHK_LIBNAME);
468 HWCRHK_LIBNAME = NULL;
473 if (HWCRHK_LIBNAME)
474 return HWCRHK_LIBNAME;
481 return (((HWCRHK_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);

Completed in 40 milliseconds