Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dthreads_none.c118 CRYPTO_THREAD_ID CRYPTO_THREAD_get_current_id(void) in CRYPTO_THREAD_get_current_id()
123 int CRYPTO_THREAD_compare_id(CRYPTO_THREAD_ID a, CRYPTO_THREAD_ID b) in CRYPTO_THREAD_compare_id()
H A Dthreads_win.c203 CRYPTO_THREAD_ID CRYPTO_THREAD_get_current_id(void) in CRYPTO_THREAD_get_current_id()
208 int CRYPTO_THREAD_compare_id(CRYPTO_THREAD_ID a, CRYPTO_THREAD_ID b) in CRYPTO_THREAD_compare_id()
H A Dthreads_pthread.c189 CRYPTO_THREAD_ID CRYPTO_THREAD_get_current_id(void) in CRYPTO_THREAD_get_current_id()
194 int CRYPTO_THREAD_compare_id(CRYPTO_THREAD_ID a, CRYPTO_THREAD_ID b) in CRYPTO_THREAD_compare_id()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h507 typedef DWORD CRYPTO_THREAD_ID; typedef
522 typedef pthread_t CRYPTO_THREAD_ID; typedef
531 typedef unsigned int CRYPTO_THREAD_ID; typedef
542 CRYPTO_THREAD_ID CRYPTO_THREAD_get_current_id(void);
543 int CRYPTO_THREAD_compare_id(CRYPTO_THREAD_ID a, CRYPTO_THREAD_ID b);
H A Dcrypto.h.in484 typedef DWORD CRYPTO_THREAD_ID; typedef
499 typedef pthread_t CRYPTO_THREAD_ID; typedef
508 typedef unsigned int CRYPTO_THREAD_ID; typedef
519 CRYPTO_THREAD_ID CRYPTO_THREAD_get_current_id(void);
520 int CRYPTO_THREAD_compare_id(CRYPTO_THREAD_ID a, CRYPTO_THREAD_ID b);
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c82 CRYPTO_THREAD_ID tid; in ossl_rand_pool_add_additional_data()
103 CRYPTO_THREAD_ID tid; in ossl_pool_add_nonce_data()
H A Drand_vms.c560 CRYPTO_THREAD_ID tid; in ossl_pool_add_nonce_data()
/freebsd/crypto/openssl/test/testutil/
H A Dtestutil_init.c28 CRYPTO_THREAD_ID tid; in internal_trace_cb()
/freebsd/crypto/openssl/crypto/err/
H A Derr_prn.c23 CRYPTO_THREAD_ID tid = CRYPTO_THREAD_get_current_id(); in ERR_print_errors_cb()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_blind.c21 CRYPTO_THREAD_ID tid;
/freebsd/crypto/openssl/apps/
H A Dopenssl.c110 CRYPTO_THREAD_ID tid; in internal_trace_cb()