Home
last modified time | relevance | path

Searched refs:ossl_crypto_mutex_new (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/crypto/thread/
H A Darch.c25 if ((handle->lock = ossl_crypto_mutex_new()) == NULL) in ossl_crypto_thread_native_start()
27 if ((handle->statelock = ossl_crypto_mutex_new()) == NULL) in ossl_crypto_thread_native_start()
H A Dinternal.c134 t->lock = ossl_crypto_mutex_new(); in ossl_threads_ctx_new()
/freebsd/crypto/openssl/crypto/thread/arch/
H A Dthread_none.c34 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function
H A Dthread_win.c97 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function
307 if ((cv->int_m = ossl_crypto_mutex_new()) == NULL) { in ossl_crypto_condvar_new()
H A Dthread_posix.c96 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function
/freebsd/crypto/openssl/crypto/
H A Dthreads_win.c157 new->write_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()
160 new->alloc_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()
161 new->prior_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()
/freebsd/crypto/openssl/include/internal/
H A Dthread_arch.h43 CRYPTO_MUTEX *ossl_crypto_mutex_new(void);
/freebsd/crypto/openssl/test/radix/
H A Dquic_bindings.c153 if (!TEST_ptr(rp->gm = ossl_crypto_mutex_new())) in RADIX_PROCESS_init()
503 if (!TEST_ptr(rt->m = ossl_crypto_mutex_new())) { in RADIX_THREAD_new()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tserver.c93 if ((srv->mutex = ossl_crypto_mutex_new()) == NULL) in ossl_quic_tserver_new()
H A Dquic_impl.c608 if ((qc->mutex = ossl_crypto_mutex_new()) == NULL) { in ossl_quic_new()
4295 if ((ql->mutex = ossl_crypto_mutex_new()) == NULL) { in ossl_quic_new_listener()
4734 if ((newcache->mutex = ossl_crypto_mutex_new()) == NULL) in ossl_quic_new_token_store()
4979 if ((qd->mutex = ossl_crypto_mutex_new()) == NULL) { in ossl_quic_new_domain()
/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.c153 client_ready_mutex = ossl_crypto_mutex_new(); in qtest_create_quic_objects()
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c829 if (!TEST_ptr(h->misc_m = ossl_crypto_mutex_new())) in helper_init()
837 if (!TEST_ptr(h->server_thread.m = ossl_crypto_mutex_new())) in helper_init()
1899 h->threads[i].m = ossl_crypto_mutex_new(); in run_script_worker()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5930 ossl_crypto_mutex_new;