Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DOPENSSL_init_crypto.pod8 OPENSSL_thread_stop - OpenSSL initialisation
18 void OPENSSL_thread_stop(void);
205 The OPENSSL_thread_stop() function deallocates resources associated
236 directly via a call to OPENSSL_thread_stop() on each thread. Similarly this
238 applications using static linking should also call OPENSSL_thread_stop() on each
241 should call OPENSSL_thread_stop() prior to the FreeLibrary() call.
246 with those threads. The application should either call OPENSSL_thread_stop() on
262 OPENSSL_thread_stop(), OPENSSL_INIT_new(), OPENSSL_INIT_set_config_appname()
/freebsd-13.1/crypto/openssl/crypto/
H A Ddllmain.c38 OPENSSL_thread_stop(); in DllMain()
H A Dinit.c451 void OPENSSL_thread_stop(void) in OPENSSL_thread_stop() function
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dcrypto.h390 void OPENSSL_thread_stop(void);
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map2156 OPENSSL_thread_stop;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1998 MLINKS+= OPENSSL_init_crypto.3 OPENSSL_thread_stop.3