Home
last modified time | relevance | path

Searched refs:OSSL_get_max_threads (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dthreadpool_test.c110 if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 0)) in test_thread_internal()
112 if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 0)) in test_thread_internal()
120 if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 0)) in test_thread_internal()
122 if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 0)) in test_thread_internal()
135 if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 0)) in test_thread_internal()
142 if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 0)) in test_thread_internal()
146 if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 0)) in test_thread_internal()
148 if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 1)) in test_thread_internal()
160 if (!TEST_uint64_t_eq(OSSL_get_max_threads(NULL), 1)) in test_thread_internal()
162 if (!TEST_uint64_t_eq(OSSL_get_max_threads(cust_ctx), 0)) in test_thread_internal()
/freebsd/crypto/openssl/crypto/thread/
H A Dapi.c35 uint64_t OSSL_get_max_threads(OSSL_LIB_CTX *ctx) in OSSL_get_max_threads() function
42 uint64_t OSSL_get_max_threads(OSSL_LIB_CTX *ctx) in OSSL_get_max_threads() function
/freebsd/crypto/openssl/include/openssl/
H A Dthread.h25 uint64_t OSSL_get_max_threads(OSSL_LIB_CTX *ctx);
/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod10 OSSL_set_max_threads, OSSL_get_max_threads,
39 uint64_t OSSL_get_max_threads(OSSL_LIB_CTX *ctx);
185 OSSL_get_max_threads() returns the maximum number of threads currently allowed
270 CRYPTO_atomic_load_int(), OSSL_set_max_threads(), OSSL_get_max_threads(),
/freebsd/crypto/openssl/demos/kdf/
H A Dargon2.c111 uint64_t max_threads = OSSL_get_max_threads(library_context); in main()
/freebsd/crypto/openssl/doc/designs/
H A Dthread-api.md48 uint64_t OSSL_get_max_threads(OSSL_LIB_CTX *ctx);
/freebsd/secure/lib/libcrypto/
H A DVersion.map5740 OSSL_get_max_threads;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1338 MLINKS+= CRYPTO_THREAD_run_once.3 OSSL_get_max_threads.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5486 OSSL_get_max_threads 5614 3_2_0 EXIST::FUNCTION: