Home
last modified time | relevance | path

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

/openssl/test/recipes/95-test_external_tlsfuzzer_data/
H A Dtlsfuzzer.sh61 retval=0
66 retval=$?
73 exit $retval
/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()
257 if (flags & ap->retval) in opt_format_error()
490 *result = pp->retval; in opt_pair()
909 return o->retval; in opt_next()
991 return o->retval; in opt_next()
1000 return unknown->retval; in opt_next()
H A Ds_cb.c43 if (list->retval == val) in lookup()
894 (flags & pp->retval) ? "OK" : "NOT OK"); in print_chain_flags()
/openssl/apps/include/
H A Dopt.h314 int retval; member
335 int retval; member
/openssl/crypto/crmf/
H A Dcrmf_lib.c666 int retval; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
672 retval = EVP_PKEY_decrypt(pkctx, ek, &eksize, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
675 failure = ~constant_time_is_zero_s(constant_time_msb(retval) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
676 | constant_time_is_zero(retval)); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/openssl/crypto/bn/
H A Dbn_prime.c217 int retval; in BN_generate_prime_ex() local
222 retval = BN_generate_prime_ex2(ret, bits, safe, add, rem, cb, ctx); in BN_generate_prime_ex()
225 return retval; in BN_generate_prime_ex()
/openssl/crypto/pem/
H A Dpem_lib.c612 int retval = 0; in PEM_write_bio() local
657 retval = i + outl; in PEM_write_bio()
660 if (retval == 0) in PEM_write_bio()
664 return retval; in PEM_write_bio()
/openssl/ssl/
H A Dssl_rsa.c654 int retval = serverinfo_find_extension(serverinfo, serverinfo_length, in serverinfoex_srv_add_cb() local
656 if (retval == -1) { in serverinfoex_srv_add_cb()
660 if (retval == 0) in serverinfoex_srv_add_cb()
H A Dssl_ciph.c1002 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
1006 retval = 1; in ssl_cipher_process_rulestr()
1066 retval = found = 0; in ssl_cipher_process_rulestr()
1237 retval = 0; in ssl_cipher_process_rulestr()
1259 return retval; in ssl_cipher_process_rulestr()
/openssl/apps/
H A Dcmp.c2216 int provider_option = (OPT_PROV__FIRST <= opt->retval in read_config()
2217 && opt->retval < OPT_PROV__LAST); in read_config()
2218 int rand_state_option = (OPT_R__FIRST <= opt->retval in read_config()
2219 && opt->retval < OPT_R__LAST); in read_config()
2220 int verification_option = (OPT_V__FIRST <= opt->retval in read_config()
2221 && opt->retval < OPT_V__LAST); in read_config()
H A Dspeed.c203 *result = pairs->retval; in opt_found()
/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

Completed in 83 milliseconds