/openssl/test/ |
H A D | threadpool_test.c | 60 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 D | ext_internal_test.c | 85 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 D | cert_comp_test.c | 93 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 D | internal.c | 27 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 D | arch.c | 47 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 D | tlsfuzzer.sh | 64 retval=0 69 retval=$? 76 exit $retval
|
/openssl/include/internal/ |
H A D | thread_arch.h | 75 CRYPTO_THREAD_RETVAL retval; member 120 CRYPTO_THREAD_RETVAL *retval); 122 CRYPTO_THREAD_RETVAL *retval);
|
H A D | thread.h | 21 int ossl_crypto_thread_join(void *task, CRYPTO_THREAD_RETVAL *retval);
|
/openssl/crypto/ |
H A D | defaults.c | 65 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 D | opt.c | 190 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 D | s_cb.c | 43 if (list->retval == val) in lookup() 975 (flags & pp->retval) ? "OK" : "NOT OK"); in print_chain_flags()
|
/openssl/crypto/thread/arch/ |
H A D | thread_posix.c | 28 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 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() argument
|
H A D | thread_win.c | 28 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 D | EVP_KDF-ARGON2.pod | 113 int retval = 1; 153 retval = 0; 160 return retval;
|
/openssl/apps/include/ |
H A D | opt.h | 325 int retval; member 363 int retval; member
|
/openssl/crypto/bn/ |
H A D | bn_prime.c | 215 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 D | pem_lib.c | 617 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 D | t1_lib.c | 1665 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 D | ssl_rsa.c | 675 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 D | ssl_ciph.c | 972 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 D | OPTIONS.pod | 99 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 D | cmp.c | 2622 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 D | speed.c | 226 *result = pairs->retval; in opt_found()
|