Home
last modified time | relevance | path

Searched refs:res (Results 51 – 75 of 151) sorted by relevance

1234567

/openssl/crypto/x509/
H A Dx_x509a.c128 int res = 0; in X509_add1_reject_object() local
138 res = 1; in X509_add1_reject_object()
141 if (!res) in X509_add1_reject_object()
143 return res; in X509_add1_reject_object()
H A Dv3_genn.c63 int res; in edipartyname_cmp() local
78 res = ASN1_STRING_cmp(a->nameAssigner, b->nameAssigner); in edipartyname_cmp()
79 if (res != 0) in edipartyname_cmp()
80 return res; in edipartyname_cmp()
/openssl/crypto/bio/
H A Dossl_core_bio.c45 int ref = 0, res = 1; in ossl_core_bio_free() local
50 res = BIO_free(cb->bio); in ossl_core_bio_free()
55 return res; in ossl_core_bio_free()
H A Dbio_addr.c637 int family, int socktype, BIO_ADDRINFO **res) in BIO_lookup() argument
639 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res); in BIO_lookup()
665 int family, int socktype, int protocol, BIO_ADDRINFO **res) in BIO_lookup_ex() argument
688 if (addrinfo_wrap(family, socktype, host, strlen(host), 0, res)) in BIO_lookup_ex()
725 switch ((gai_ret = getaddrinfo(host, service, &hints, res))) { in BIO_lookup_ex()
900 *res = NULL; in BIO_lookup_ex()
931 tmp_bai->bai_next = *res; in BIO_lookup_ex()
932 *res = tmp_bai; in BIO_lookup_ex()
935 BIO_ADDRINFO_free(*res); in BIO_lookup_ex()
936 *res = NULL; in BIO_lookup_ex()
/openssl/test/
H A Dsecmemtest.c141 int i, res = 0; in test_sec_mem_clear() local
167 res = 1; in test_sec_mem_clear()
172 return res; in test_sec_mem_clear()
H A Devent_queue_test.c25 int res = 0; in event_test() local
101 res = 1; in event_test()
105 return res; in event_test()
H A Dcmp_msg_test.c387 int res = 0; in execute_certrep_create() local
412 res = 1; in execute_certrep_create()
417 return res; in execute_certrep_create()
435 int res = 0; in execute_rp_create() local
453 res = 1; in execute_rp_create()
460 return res; in execute_rp_create()
473 int res = 0; in execute_pollrep_create() local
485 res = 1; in execute_pollrep_create()
488 return res; in execute_pollrep_create()
H A Dcmp_protect_test.c78 int res = TEST_ptr_null(protection); in execute_calc_protection_fails_test() local
81 return res; in execute_calc_protection_fails_test()
88 int res = TEST_ptr(protection) in execute_calc_protection_pbmac_test() local
93 return res; in execute_calc_protection_pbmac_test()
108 int res; in verify_signature() local
113 res = in verify_signature()
123 return res; in verify_signature()
466 int res = 0; in execute_X509_STORE_test() local
475 res = 1; in execute_X509_STORE_test()
479 return res; in execute_X509_STORE_test()
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()
535 int i, res = 0; in test_query_cache_stochastic() local
568 res = TEST_int_gt(errors, tail) && TEST_int_lt(errors, max - tail); in test_query_cache_stochastic()
572 return res; in test_query_cache_stochastic()
H A Dcmp_server_test.c70 int res = 0; in execute_test_handle_request() local
104 res = 1; in execute_test_handle_request()
109 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()
H A Dpriority_queue_test.c57 int i, res = 0; in test_size_t_priority_queue_int() local
123 res = 1; in test_size_t_priority_queue_int()
126 return res; in test_size_t_priority_queue_int()
/openssl/crypto/bn/
H A Dbn_div.c268 BIGNUM *tmp, *snum, *sdiv, *res; in bn_div_fixed_top() local
281 res = (dv == NULL) ? BN_CTX_get(ctx) : dv; in bn_div_fixed_top()
327 if (!bn_wexpand(res, loop)) in bn_div_fixed_top()
330 res->neg = (num_neg ^ divisor->neg); in bn_div_fixed_top()
331 res->top = loop; in bn_div_fixed_top()
332 res->flags |= BN_FLG_FIXED_TOP; in bn_div_fixed_top()
333 resp = &(res->d[loop]); in bn_div_fixed_top()
/openssl/crypto/cmp/
H A Dcmp_vfy.c31 int res = 0; in verify_signature() local
59 res = 1; in verify_signature()
64 res = ossl_x509_print_ex_brief(bio, cert, X509_FLAG_NO_EXTENSIONS); in verify_signature()
66 if (res) in verify_signature()
68 res = 0; in verify_signature()
74 return res; in verify_signature()
452 int res = 0; in check_msg_find_cert() local
486 res = check_msg_all_certs(ctx, msg, 0 /* using ctx->trusted */) in check_msg_find_cert()
489 if (res) { in check_msg_find_cert()
525 return res; in check_msg_find_cert()
/openssl/doc/designs/ddd/
H A Dddd-03-fd-blocking.c123 int rc, fd = -1, l, res = 1; in main() local
177 res = 0; in main()
187 return res; in main()
H A Dddd-02-conn-nonblocking.c228 int res = 1, l, tx_len = sizeof(tx_msg)-1; in main() local
282 res = 0; in main()
288 return res; in main()
/openssl/apps/
H A Dcmp.c824 if (res == NULL) in read_write_req_resp()
838 res = NULL; in read_write_req_resp()
845 res = NULL; in read_write_req_resp()
850 return res; in read_write_req_resp()
1020 int res; in setup_srv_ctx() local
1412 int res; in setup_protection_ctx() local
2157 char *res = NULL; in conf_get_string() local
2164 return res; in conf_get_string()
2173 long res; in conf_get_number_e() local
2179 if (res == LONG_MIN || res == LONG_MAX || *tailptr != '\0') in conf_get_number_e()
[all …]
/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/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/providers/implementations/ciphers/
H A Dcipher_aes_hw_s390x.inc61 adat->plat.s390x.res = 0;
69 int n = adat->plat.s390x.res;
105 adat->plat.s390x.res = n;
116 adat->plat.s390x.res = 0;
126 int n = adat->plat.s390x.res;
167 adat->plat.s390x.res = n;
/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/test/recipes/
H A D25-test_x509.t112 my $res = grep(/-text/, @opts) ? run(app([@args], stdout => $tmpfile))
118 $res &&= !m/asn1 encoding/; # output must not include ASN.1 parse errors
123 return $res && $found;
/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/Configurations/platform/
H A DBASE.pm43 sub res { return __base($_[1], '.res') . $_[0]->resext() } subroutine
59 if ($_[0]->isres($_[1])) { return $_[0]->res($_[1]); }
/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()

Completed in 58 milliseconds

1234567