Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 24 of 24) sorted by relevance

/openssl/test/
H A Dthreadpool_test.c60 uint32_t retval; in test_thread_native() local
77 if (!TEST_int_eq(ossl_crypto_thread_native_join(t, &retval), 1)) in test_thread_native()
79 if (!TEST_int_eq(ossl_crypto_thread_native_join(t, &retval), 1)) in test_thread_native()
82 if (!TEST_int_eq(retval, 1) || !TEST_int_eq(local, 2)) in test_thread_native()
98 uint32_t retval[3]; in test_thread_internal() local
178 if (!TEST_int_eq(ossl_crypto_thread_join(t[i], &retval[0]), 1)) in test_thread_internal()
180 if (!TEST_int_eq(ossl_crypto_thread_join(t[i], &retval[0]), 1)) in test_thread_internal()
183 if (!TEST_int_eq(retval[0], i + 1) || !TEST_int_eq(local[0], i + 2)) in test_thread_internal()
206 if (!TEST_int_eq(ossl_crypto_thread_join(t[i], &retval[i]), 1)) in test_thread_internal()
210 if (!TEST_int_eq(retval[i], i + 1) || !TEST_int_eq(local[i], i + 2)) in test_thread_internal()
[all …]
H A Dext_internal_test.c85 int retval = 1; in test_extension_list() local
89 retval = 0; in test_extension_list()
95 retval = 0; in test_extension_list()
101 return retval; in test_extension_list()
H A Dcert_comp_test.c93 int retval = 0; in ssl_comp_cert() local
100 retval = alg; in ssl_comp_cert()
104 return retval; in ssl_comp_cert()
/openssl/crypto/thread/
H A Dinternal.c27 uint64_t retval = 0; in ossl_get_avail_threads() local
31 return retval; in ossl_get_avail_threads()
34 retval = _ossl_get_avail_threads(tdata); in ossl_get_avail_threads()
37 return retval; in ossl_get_avail_threads()
73 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() argument
85 if (ossl_crypto_thread_native_join(handle, retval) == 0) in ossl_crypto_thread_join()
115 int ossl_crypto_thread_join(void *vhandle, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_join() argument
H A Darch.c47 int ossl_crypto_thread_native_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_join() argument
72 if (ossl_crypto_thread_native_perform_join(thread, retval) == 0) in ossl_crypto_thread_native_join()
89 if (retval != NULL) in ossl_crypto_thread_native_join()
90 *retval = thread->retval; in ossl_crypto_thread_native_join()
/openssl/test/recipes/95-test_external_tlsfuzzer_data/
H A Dtlsfuzzer.sh64 retval=0
69 retval=$?
76 exit $retval
/openssl/include/internal/
H A Dthread_arch.h75 CRYPTO_THREAD_RETVAL retval; member
120 CRYPTO_THREAD_RETVAL *retval);
122 CRYPTO_THREAD_RETVAL *retval);
H A Dthread.h21 int ossl_crypto_thread_join(void *task, CRYPTO_THREAD_RETVAL *retval);
/openssl/crypto/
H A Ddefaults.c65 char *retval = NULL; in get_windows_regdirs() local
103 retval = dst; in get_windows_regdirs()
108 return retval; in get_windows_regdirs()
/openssl/apps/lib/
H A Dopt.c190 OPENSSL_assert(o->retval == OPT_PARAM); in opt_init()
192 OPENSSL_assert(o->retval == OPT_DUP || o->retval > OPT_PARAM); in opt_init()
208 duplicated = next->retval != OPT_DUP in opt_init()
254 if (flags & ap->retval) in opt_format_error()
500 *result = pp->retval; in opt_pair()
924 return o->retval; in opt_next()
1009 return o->retval; in opt_next()
1018 return unknown->retval; in opt_next()
H A Ds_cb.c43 if (list->retval == val) in lookup()
975 (flags & pp->retval) ? "OK" : "NOT OK"); in print_chain_flags()
/openssl/crypto/thread/arch/
H A Dthread_posix.c28 thread->retval = ret; in thread_start_thunk()
63 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join() argument
H A Dthread_none.c19 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join() argument
H A Dthread_win.c28 thread->retval = ret; in thread_start_thunk()
56 int ossl_crypto_thread_native_perform_join(CRYPTO_THREAD *thread, CRYPTO_THREAD_RETVAL *retval) in ossl_crypto_thread_native_perform_join() argument
/openssl/doc/man7/
H A DEVP_KDF-ARGON2.pod113 int retval = 1;
153 retval = 0;
160 return retval;
/openssl/apps/include/
H A Dopt.h325 int retval; member
363 int retval; member
/openssl/crypto/bn/
H A Dbn_prime.c215 int retval; in BN_generate_prime_ex() local
220 retval = BN_generate_prime_ex2(ret, bits, safe, add, rem, cb, ctx); in BN_generate_prime_ex()
223 return retval; in BN_generate_prime_ex()
/openssl/crypto/pem/
H A Dpem_lib.c617 int retval = 0; in PEM_write_bio() local
672 retval = i + outl; in PEM_write_bio()
675 if (retval == 0 && reason != 0) in PEM_write_bio()
679 return retval; in PEM_write_bio()
/openssl/ssl/
H A Dt1_lib.c1665 char *retval = OPENSSL_malloc(maxretlen); in SSL_get1_builtin_sigalgs() local
1667 if (retval == NULL) in SSL_get1_builtin_sigalgs()
1671 retval[0] = (char)0; in SSL_get1_builtin_sigalgs()
1708 if (strlen(sa) + strlen(retval) + 1 >= maxretlen) { in SSL_get1_builtin_sigalgs()
1712 tmp = OPENSSL_realloc(retval, maxretlen); in SSL_get1_builtin_sigalgs()
1714 OPENSSL_free(retval); in SSL_get1_builtin_sigalgs()
1717 retval = tmp; in SSL_get1_builtin_sigalgs()
1719 if (strlen(retval) > 0) in SSL_get1_builtin_sigalgs()
1720 OPENSSL_strlcat(retval, ":", maxretlen); in SSL_get1_builtin_sigalgs()
1721 OPENSSL_strlcat(retval, sa, maxretlen); in SSL_get1_builtin_sigalgs()
[all …]
H A Dssl_rsa.c675 int retval = serverinfo_find_extension(serverinfo, serverinfo_length, in serverinfoex_srv_add_cb() local
677 if (retval == -1) { in serverinfoex_srv_add_cb()
681 if (retval == 0) in serverinfoex_srv_add_cb()
H A Dssl_ciph.c972 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
976 retval = 1; in ssl_cipher_process_rulestr()
1205 retval = 0; in ssl_cipher_process_rulestr()
1227 return retval; in ssl_cipher_process_rulestr()
/openssl/doc/internal/man3/
H A DOPTIONS.pod99 int retval;
108 The B<retval> is the value to return if the option is found. It should be
173 The B<retval> and B<valtype> are ignored, and the B<helpstr> should
/openssl/apps/
H A Dcmp.c2622 int provider_option = (OPT_PROV__FIRST <= opt->retval in read_config()
2623 && opt->retval < OPT_PROV__LAST); in read_config()
2624 int rand_state_option = (OPT_R__FIRST <= opt->retval in read_config()
2625 && opt->retval < OPT_R__LAST); in read_config()
2626 int verification_option = (OPT_V__FIRST <= opt->retval in read_config()
2627 && opt->retval < OPT_V__LAST); in read_config()
H A Dspeed.c226 *result = pairs->retval; in opt_found()

Completed in 73 milliseconds