Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDERR_remove_state.pod5 ERR_remove_thread_state, ERR_remove_state - free a thread's error queue
11 void ERR_remove_thread_state(const CRYPTO_THREADID *tid);
19 ERR_remove_thread_state() frees the error queue associated with thread B<tid>.
27 ERR_remove_thread_state. Since threads in OpenSSL are no longer identified
29 ERR_remove_state is equivalent to B<ERR_remove_thread_state(NULL)>.
33 ERR_remove_thread_state and ERR_remove_state() return no value.
42 was deprecated in OpenSSL 1.0.0 when ERR_remove_thread_state was introduced
/NextBSD/crypto/openssl/apps/
HDapps.h191 CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \
202 CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); \
/NextBSD/crypto/openssl/crypto/x509/
HDverify_extra_test.c202 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/ssl/
HDclienthellotest.c212 ERR_remove_thread_state(NULL); in main()
HDssltest.c1611 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/srp/
HDsrptest.c148 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/dsa/
HDdsatest.c227 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/jpake/
HDjpaketest.c178 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/engine/
HDenginetest.c265 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/bn/
HDexptest.c230 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/evp/
HDevp_extra_test.c483 ERR_remove_thread_state(NULL); in main()
HDevp_test.c591 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/rsa/
HDrsa_test.c329 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/err/
HDerr.c990 void ERR_remove_thread_state(const CRYPTO_THREADID *id) in ERR_remove_thread_state() function
1009 ERR_remove_thread_state(NULL); in ERR_remove_state()
HDerr.h355 void ERR_remove_thread_state(const CRYPTO_THREADID *tid);
/NextBSD/crypto/openssl/crypto/ecdsa/
HDecdsatest.c549 ERR_remove_thread_state(NULL); in main()
/NextBSD/crypto/openssl/crypto/ecdh/
HDecdhtest.c554 ERR_remove_thread_state(NULL); in main()
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c43 #define ERR_remove_thread_state(tid) ERR_remove_state(0) macro
936 ERR_remove_thread_state(NULL); in tls_deinit()
/NextBSD/crypto/openssl/crypto/ec/
HDectest.c1856 ERR_remove_thread_state(NULL); in main()
/NextBSD/secure/lib/libcrypto/
HDMakefile.man595 MLINKS+= ERR_remove_state.3 ERR_remove_thread_state.3
/NextBSD/crypto/openssl/util/
HDlibeay.num4071 ERR_remove_thread_state 4445 EXIST::FUNCTION:
/NextBSD/crypto/openssl/
HDCHANGES1807 ERR_remove_thread_state(NULL).