Home
last modified time | relevance | path

Searched refs:NURON_LIBNAME (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/engines/
De_nuron.c83 static const char *NURON_LIBNAME = NULL; variable
86 if (NURON_LIBNAME) in get_NURON_LIBNAME()
87 return NURON_LIBNAME; in get_NURON_LIBNAME()
93 if (NURON_LIBNAME) in free_NURON_LIBNAME()
94 OPENSSL_free((void *)NURON_LIBNAME); in free_NURON_LIBNAME()
95 NURON_LIBNAME = NULL; in free_NURON_LIBNAME()
101 return (((NURON_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0); in set_NURON_LIBNAME()