Home
last modified time | relevance | path

Searched refs:ossl_crypto_thread_clean (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Dthreadpool_test.c186 if (!TEST_int_eq(ossl_crypto_thread_clean(t[i]), 1)) in test_thread_internal()
190 if (!TEST_int_eq(ossl_crypto_thread_clean(t[i]), 0)) in test_thread_internal()
212 if (!TEST_int_eq(ossl_crypto_thread_clean(t[i]), 1)) in test_thread_internal()
234 if (!TEST_int_eq(ossl_crypto_thread_clean(t[i]), 1)) in test_thread_internal()
/openssl/crypto/thread/
H A Dinternal.c95 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() function
120 int ossl_crypto_thread_clean(void *vhandle) in ossl_crypto_thread_clean() function
/openssl/include/internal/
H A Dthread.h22 int ossl_crypto_thread_clean(void *vhandle);
/openssl/providers/implementations/kdfs/
H A Dargon2.c580 if (ossl_crypto_thread_clean(t[l - ctx->threads]) == 0) in fill_mem_blocks_mt()
598 if (ossl_crypto_thread_clean(t[ll]) == 0) in fill_mem_blocks_mt()
608 if (ossl_crypto_thread_clean(t[l]) == 0) in fill_mem_blocks_mt()

Completed in 20 milliseconds