Searched refs:OPENSSL_cleanup (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_init_crypto.pod | 7 OPENSSL_INIT_free, OPENSSL_init_crypto, OPENSSL_cleanup, OPENSSL_atexit, 15 void OPENSSL_cleanup(void); 181 OPENSSL_cleanup(). 191 The OPENSSL_cleanup() function deinitialises OpenSSL (both libcrypto 197 call OPENSSL_cleanup() directly. Developers of libraries using OpenSSL 203 Once OPENSSL_cleanup() has been called the library cannot be reinitialised. 211 function to be called during OPENSSL_cleanup(). Stop handlers are 287 The OPENSSL_init_crypto(), OPENSSL_cleanup(), OPENSSL_atexit(),
|
H A D | ENGINE_add.pod | 664 done by OPENSSL_cleanup()
|
/freebsd/crypto/openssl/crypto/ |
H A D | init.c | 95 OPENSSL_cleanup(); in win32atexit() 112 if (atexit(OPENSSL_cleanup) != 0) in DEFINE_RUN_ONCE_STATIC() 377 void OPENSSL_cleanup(void) in OPENSSL_cleanup() function
|
/freebsd/crypto/openssl/fuzz/ |
H A D | hashtable.c | 392 OPENSSL_cleanup(); in FuzzerCleanup()
|
H A D | ml-kem.c | 669 OPENSSL_cleanup(); in FuzzerCleanup()
|
H A D | ml-dsa.c | 678 OPENSSL_cleanup(); in FuzzerCleanup()
|
H A D | slh-dsa.c | 607 OPENSSL_cleanup(); in FuzzerCleanup()
|
/freebsd/crypto/openssl/ |
H A D | NOTES-NONSTOP.md | 73 register `OPENSSL_cleanup()` automatically. Preferably, you can explicitly call 74 `OPENSSL_cleanup()` from your application.
|
H A D | INSTALL.md | 636 circumstances. This option disables the atexit registration of OPENSSL_cleanup.
|
H A D | NEWS.md | 263 * New atexit configuration switch, which controls whether the OPENSSL_cleanup
|
H A D | CHANGES.md | 740 * New atexit configuration switch, which controls whether the OPENSSL_cleanup
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 502 void OPENSSL_cleanup(void);
|
H A D | crypto.h.in | 479 void OPENSSL_cleanup(void);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2052 OPENSSL_cleanup;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2884 MLINKS+= OPENSSL_init_crypto.3 OPENSSL_cleanup.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1478 OPENSSL_cleanup 1513 3_0_0 EXIST::FUNCTION:
|