Home
last modified time | relevance | path

Searched refs:res (Results 76 – 100 of 193) sorted by relevance

12345678

/openssl/crypto/bio/
H A Dossl_core_bio.c43 int ref = 0, res = 1; in ossl_core_bio_free() local
48 res = BIO_free(cb->bio); in ossl_core_bio_free()
53 return res; in ossl_core_bio_free()
H A Dbio_addr.c644 int family, int socktype, BIO_ADDRINFO **res) in BIO_lookup() argument
646 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res); in BIO_lookup()
672 int family, int socktype, int protocol, BIO_ADDRINFO **res) in BIO_lookup_ex() argument
695 if (addrinfo_wrap(family, socktype, host, strlen(host), 0, res)) in BIO_lookup_ex()
732 switch ((gai_ret = getaddrinfo(host, service, &hints, res))) { in BIO_lookup_ex()
909 *res = NULL; in BIO_lookup_ex()
940 tmp_bai->bai_next = *res; in BIO_lookup_ex()
941 *res = tmp_bai; in BIO_lookup_ex()
944 BIO_ADDRINFO_free(*res); in BIO_lookup_ex()
945 *res = NULL; in BIO_lookup_ex()
/openssl/crypto/property/
H A Ddefn_cache.c95 int res = 1; in ossl_prop_defn_set() local
132 res = 0; in ossl_prop_defn_set()
135 return res; in ossl_prop_defn_set()
/openssl/doc/designs/ddd/
H A Dddd-01-conn-blocking.c144 int l, mlen, res = 1; in main() local
180 res = 0; in main()
186 return res; in main()
H A Dddd-03-fd-blocking.c139 int rc, fd = -1, l, mlen, res = 1; in main() local
206 res = 0; in main()
216 return res; in main()
/openssl/test/
H A Dcmp_msg_test.c386 int res = 0; in execute_certrep_create() local
410 res = 1; in execute_certrep_create()
415 return res; in execute_certrep_create()
432 int res = 0; in execute_rp_create() local
450 res = 1; in execute_rp_create()
457 return res; in execute_rp_create()
470 int res = 0; in execute_pollrep_create() local
482 res = 1; in execute_pollrep_create()
485 return res; in execute_pollrep_create()
H A Dcmp_client_test.c127 X509 *res = OSSL_CMP_exec_certreq(ctx, fixture->req_type, NULL); in execute_exec_certrequest_ses_test() local
136 return TEST_ptr_null(res); in execute_exec_certrequest_ses_test()
138 if (!TEST_ptr(res) || !TEST_int_eq(X509_cmp(res, client_cert), 0)) in execute_exec_certrequest_ses_test()
468 int res = in execute_exchange_certConf_test() local
473 return TEST_int_eq(fixture->expected, res); in execute_exchange_certConf_test()
478 int res = in execute_exchange_error_test() local
484 return TEST_int_eq(fixture->expected, res); in execute_exchange_error_test()
H A Dpunycode_test.c247 int res = 0; in test_dotted_overflow() local
278 res = 1; in test_dotted_overflow()
283 return res; in test_dotted_overflow()
H A Dproperty_test.c31 int res = 1; in add_property_names() local
36 res = 0; in add_property_names()
39 return res; in add_property_names()
55 int res = 0; in test_property_string() local
103 res = 1; in test_property_string()
106 return res; in test_property_string()
566 int i, res = 0; in test_query_cache_stochastic() local
599 res = TEST_int_gt(errors, tail) && TEST_int_lt(errors, max - tail); in test_query_cache_stochastic()
603 return res; in test_query_cache_stochastic()
H A Dcmp_server_test.c70 int res = 0; in execute_test_handle_request() local
105 res = 1; in execute_test_handle_request()
110 return res; in execute_test_handle_request()
H A Dx509_time_test.c330 int res = 0; in test_X509_cmp_timeframe() local
334 res = test_X509_cmp_timeframe_vpm(NULL, asn1_before, asn1_mid, asn1_after) in test_X509_cmp_timeframe()
338 res = res in test_X509_cmp_timeframe()
349 return res; in test_X509_cmp_timeframe()
/openssl/crypto/engine/
H A Deng_local.h163 int res; in eng_struct_ref() local
165 CRYPTO_GET_REF(&e->struct_ref, &res); in eng_struct_ref()
166 return res; in eng_struct_ref()
/openssl/crypto/conf/
H A Dconf_lib.c334 long res; in NCONF_get_number_e() local
354 for (res = 0; is_number(conf, *str); str++) { in NCONF_get_number_e()
357 if (res > (LONG_MAX - d) / 10L) { in NCONF_get_number_e()
361 res = res * 10 + d; in NCONF_get_number_e()
364 *result = res; in NCONF_get_number_e()
/openssl/crypto/bn/
H A Dbn_nist.c362 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local
466 nist_cp_bn(r_d, res, BN_NIST_192_TOP); in BN_nist_mod_192()
498 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local
640 nist_cp_bn(r_d, res, BN_NIST_224_TOP); in BN_nist_mod_224()
670 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local
873 nist_cp_bn(r_d, res, BN_NIST_256_TOP); in BN_nist_mod_256()
907 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384() local
1145 nist_cp_bn(r_d, res, BN_NIST_384_TOP); in BN_nist_mod_384()
1160 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; in BN_nist_mod_521() local
1213 res = bn_sub_words(t_d, r_d, _nist_p_521, in BN_nist_mod_521()
[all …]
H A Drsaz_exp_x2.c67 void ossl_rsaz_amm52x20_x1_ifma256(BN_ULONG *res, const BN_ULONG *a,
77 void ossl_rsaz_amm52x30_x1_ifma256(BN_ULONG *res, const BN_ULONG *a,
87 void ossl_rsaz_amm52x40_x1_ifma256(BN_ULONG *res, const BN_ULONG *a,
97 static int RSAZ_mod_exp_x2_ifma256(BN_ULONG *res, const BN_ULONG *base,
145 typedef void (*AMM)(BN_ULONG *res, const BN_ULONG *a,
296 typedef void (*DAMM)(BN_ULONG *res, const BN_ULONG *a,
299 typedef void (*DEXTRACT)(BN_ULONG *res, const BN_ULONG *red_table,
/openssl/crypto/srp/
H A Dsrp_lib.c32 BIGNUM *res = NULL; in srp_Calc_xy() local
48 res = BN_bin2bn(digest, sizeof(digest), NULL); in srp_Calc_xy()
52 return res; in srp_Calc_xy()
150 BIGNUM *res = NULL; in SRP_Calc_x_ex() local
182 res = BN_bin2bn(dig, sizeof(dig), NULL); in SRP_Calc_x_ex()
188 return res; in SRP_Calc_x_ex()
/openssl/util/
H A Dquicserver.c71 BIO_ADDRINFO *res; in create_dgram_bio() local
82 0, &res)) in create_dgram_bio()
89 for (ai = res; ai != NULL; ai = BIO_ADDRINFO_next(ai)) { in create_dgram_bio()
111 BIO_ADDRINFO_free(res); in create_dgram_bio()
/openssl/test/recipes/
H A D02-test_errstr.t137 my @res = run(app([ qw(openssl errstr), $errcode_hex ]), capture => 1);
139 my $reason = $res[0];
/openssl/crypto/dh/
H A Ddh_gen.c42 int ret, res; in ossl_dh_generate_ffc_parameters() local
48 pbits, qbits, &res, cb); in ossl_dh_generate_ffc_parameters()
53 pbits, qbits, &res, cb); in ossl_dh_generate_ffc_parameters()
/openssl/crypto/x509/
H A Dv3_genn.c92 int res; in edipartyname_cmp() local
107 res = ASN1_STRING_cmp(a->nameAssigner, b->nameAssigner); in edipartyname_cmp()
108 if (res != 0) in edipartyname_cmp()
109 return res; in edipartyname_cmp()
/openssl/crypto/pkcs12/
H A Dp12_key.c84 int res = 0; in PKCS12_key_gen_uni_ex() local
122 res = 1; in PKCS12_key_gen_uni_ex()
130 return res; in PKCS12_key_gen_uni_ex()
/openssl/include/internal/
H A Dquic_reactor.h99 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg, uint32_t flags);
118 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg,
/openssl/providers/implementations/rands/
H A Dcrngt.c90 const int res = memcmp(prev, cur, sz) != 0; in prov_crngt_compare_previous() local
92 if (!res) in prov_crngt_compare_previous()
94 return res; in prov_crngt_compare_previous()
/openssl/crypto/
H A Dsparse_array.c60 OPENSSL_SA *res = OPENSSL_zalloc(sizeof(*res)); in ossl_sa_new() local
62 return res; in ossl_sa_new()
/openssl/Configurations/platform/
H A DBASE.pm43 sub res { return __base($_[1], '.res') . $_[0]->resext() } subroutine
60 if ($_[0]->isres($_[1])) { return $_[0]->res($_[1]); }

Completed in 100 milliseconds

12345678