Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DERR_remove_state.pod5 ERR_remove_thread_state, ERR_remove_state - DEPRECATED
16 void ERR_remove_thread_state(void *tid);
23 ERR_remove_thread_state() does the same thing, except the identifier is
28 ERR_remove_state() and ERR_remove_thread_state() return no value.
37 ERR_remove_thread_state() was deprecated in OpenSSL 1.1.0; these functions
/freebsd-13.1/contrib/libevent/sample/
H A Dhttps-client.c488 ERR_remove_thread_state(NULL); in main()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Derr.h261 DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
/freebsd-13.1/crypto/openssl/crypto/err/
H A Derr.c730 void ERR_remove_thread_state(void *dummy) in ERR_remove_thread_state() function
/freebsd-13.1/contrib/libevent/
H A Dconfigure.ac795 AC_SEARCH_LIBS([ERR_remove_thread_state], [crypto eay32],
H A DChangeLog291 o sample/https-client: check for ERR_remove_thread_state() existence (c4e9d9b Azat Khuzhin)
292 …o sample/https-client: replace ERR_remove_state() by ERR_remove_thread_state() (77ad68a Azat Khuzh…
H A Dconfigure15980 char ERR_remove_thread_state ();
15984 return ERR_remove_thread_state ();
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map1396 ERR_remove_thread_state;
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1140 ERR_remove_thread_state(NULL); in tls_deinit()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1367 MLINKS+= ERR_remove_state.3 ERR_remove_thread_state.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES4619 ERR_remove_thread_state(NULL).