Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDOPENSSL_init_crypto.pod7 OPENSSL_INIT_free, OPENSSL_init_crypto, OPENSSL_cleanup, OPENSSL_atexit,
15 void OPENSSL_cleanup(void);
170 OPENSSL_cleanup().
180 The OPENSSL_cleanup() function deinitialises OpenSSL (both libcrypto
186 call OPENSSL_cleanup() directly. Developers of libraries using OpenSSL
192 Once OPENSSL_cleanup() has been called the library cannot be reinitialised.
200 function to be called during OPENSSL_cleanup(). Stop handlers are
261 The OPENSSL_init_crypto(), OPENSSL_cleanup(), OPENSSL_atexit(),
HDENGINE_add.pod654 done by OPENSSL_cleanup()
/freebsd-13-stable/crypto/openssl/crypto/
HDinit.c124 OPENSSL_cleanup(); in win32atexit()
140 if (atexit(OPENSSL_cleanup) != 0) in DEFINE_RUN_ONCE_STATIC()
496 void OPENSSL_cleanup(void) in OPENSSL_cleanup() function
HDmem_dbg.c575 OPENSSL_cleanup(); in CRYPTO_mem_leaks_cb()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDcrypto.h387 void OPENSSL_cleanup(void);
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map2116 OPENSSL_cleanup;
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile1996 MLINKS+= OPENSSL_init_crypto.3 OPENSSL_cleanup.3