Searched refs:OSSL_get_max_threads (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | threadpool_test.c | 110 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()
|
/openssl/crypto/thread/ |
H A D | api.c | 35 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
|
/openssl/include/openssl/ |
H A D | thread.h | 25 uint64_t OSSL_get_max_threads(OSSL_LIB_CTX *ctx);
|
/openssl/demos/kdf/ |
H A D | argon2.c | 111 uint64_t max_threads = OSSL_get_max_threads(library_context); in main()
|
/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 10 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
|
/openssl/doc/designs/ |
H A D | thread-api.md | 48 uint64_t OSSL_get_max_threads(OSSL_LIB_CTX *ctx);
|
/openssl/util/ |
H A D | libcrypto.num | 5486 OSSL_get_max_threads 5614 3_2_0 EXIST::FUNCTION:
|
Completed in 26 milliseconds