Searched defs:retval (Results 1 – 16 of 16) sorted by relevance
/openssl/crypto/thread/ |
H A D | internal.c | 27 uint64_t retval = 0; in ossl_get_avail_threads() local 73 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() 115 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join()
|
H A D | arch.c | 47 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_join()
|
/openssl/test/ |
H A D | threadpool_test.c | 60 uint32_t retval; in test_thread_native() local 98 uint32_t retval[3]; in test_thread_internal() local
|
H A D | ext_internal_test.c | 85 int retval = 1; in test_extension_list() local
|
H A D | cert_comp_test.c | 93 int retval = 0; in ssl_comp_cert() local
|
/openssl/apps/include/ |
H A D | opt.h | 325 int retval; member 363 int retval; member
|
/openssl/crypto/thread/arch/ |
H A D | thread_none.c | 19 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join()
|
H A D | thread_posix.c | 63 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join()
|
H A D | thread_win.c | 56 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join()
|
/openssl/crypto/ |
H A D | defaults.c | 65 char *retval = NULL; in get_windows_regdirs() local
|
/openssl/include/internal/ |
H A D | thread_arch.h | 75 CRYPTO_THREAD_RETVAL retval; member
|
/openssl/crypto/bn/ |
H A D | bn_prime.c | 215 int retval; in BN_generate_prime_ex() local
|
/openssl/ssl/ |
H A D | ssl_rsa.c | 675 int retval = serverinfo_find_extension(serverinfo, serverinfo_length, in serverinfoex_srv_add_cb() local
|
H A D | ssl_ciph.c | 972 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
|
H A D | t1_lib.c | 1665 char *retval = OPENSSL_malloc(maxretlen); in SSL_get1_builtin_sigalgs() local
|
/openssl/crypto/pem/ |
H A D | pem_lib.c | 617 int retval = 0; in PEM_write_bio() local
|
Completed in 43 milliseconds