/openssl/test/ |
H A D | rpktest.c | 140 goto end; in test_rpk() 143 goto end; in test_rpk() 181 goto end; in test_rpk() 186 goto end; in test_rpk() 193 goto end; in test_rpk() 201 goto end; in test_rpk() 209 goto end; in test_rpk() 215 goto end; in test_rpk() 228 goto end; in test_rpk() 621 end: in test_rpk() [all …]
|
H A D | provider_pkey_test.c | 36 goto end; in fetch_sig() 42 goto end; in fetch_sig() 46 end: in fetch_sig() 64 goto end; in test_pkey_sig() 69 goto end; in test_pkey_sig() 113 end: in test_pkey_sig() 174 end: in test_alternative_keygen_init() 232 end: in test_pkey_eq() 285 end: in test_pkey_store() 355 end: in test_pkey_delete() [all …]
|
H A D | sslapitest.c | 418 end: in test_keylog() 534 end: in test_keylog_no_master_key() 620 end: in test_client_cert_verify_cb() 664 end: in test_ssl_build_cert_chain() 703 end: in test_ssl_ctx_build_cert_chain() 785 end: in test_client_hello_cb() 836 end: in test_no_ems() 946 end: in test_ccs_change_cipher() 1126 end: in ping_pong_query() 1279 end: in execute_test_ktls() [all …]
|
H A D | stack_test.c | 89 goto end; in test_int_stack() 100 goto end; in test_int_stack() 133 goto end; in test_int_stack() 137 goto end; in test_int_stack() 160 goto end; in test_int_stack() 163 end: in test_int_stack() 184 goto end; in test_uchar_stack() 195 goto end; in test_uchar_stack() 252 end: in test_uchar_stack() 339 end: in test_SS_stack() [all …]
|
H A D | dtlstest.c | 88 goto end; in test_dtls_unprocessed() 94 goto end; in test_dtls_unprocessed() 99 goto end; in test_dtls_unprocessed() 104 goto end; in test_dtls_unprocessed() 137 end: in test_dtls_unprocessed() 298 end: in test_dtls_drop_records() 340 end: in test_cookie() 383 end: in test_dtls_duplicate_records() 462 end: in test_just_finished() 581 end: in test_swap_records() [all …]
|
H A D | hpke_test.c | 120 goto end; in do_testhpke() 122 goto end; in do_testhpke() 126 goto end; in do_testhpke() 128 goto end; in do_testhpke() 143 goto end; in do_testhpke() 145 goto end; in do_testhpke() 240 end: in do_testhpke() 1192 end: in test_hpke_export() 1547 end: in test_hpke_oddcalls() 1864 end: in test_hpke_compressed() [all …]
|
H A D | sslbuffertest.c | 84 goto end; in test_func() 89 goto end; in test_func() 136 goto end; in test_func() 172 goto end; in test_func() 176 end: in test_func() 212 goto end; in test_free_buffers() 218 goto end; in test_free_buffers() 225 goto end; in test_free_buffers() 230 goto end; in test_free_buffers() 330 goto end; in test_free_buffers() [all …]
|
H A D | servername_test.c | 72 goto end; in get_sni_from_client_hello() 93 end: in get_sni_from_client_hello() 109 goto end; in client_setup_sni_before_state() 113 goto end; in client_setup_sni_before_state() 117 goto end; in client_setup_sni_before_state() 127 goto end; in client_setup_sni_before_state() 134 goto end; in client_setup_sni_before_state() 137 goto end; in client_setup_sni_before_state() 142 end: in client_setup_sni_before_state() 195 end: in client_setup_sni_after_state() [all …]
|
H A D | lhash_test.c | 102 goto end; in test_int_lhash() 113 goto end; in test_int_lhash() 128 goto end; in test_int_lhash() 133 goto end; in test_int_lhash() 135 goto end; in test_int_lhash() 137 goto end; in test_int_lhash() 181 end: in test_int_lhash() 303 end: in test_int_hashtable() 387 end: in test_stress() 477 end: in test_hashtable_stress() [all …]
|
H A D | clienthellotest.c | 90 goto end; in test_client_hello() 92 goto end; in test_client_hello() 103 goto end; in test_client_hello() 114 goto end; in test_client_hello() 145 goto end; in test_client_hello() 150 goto end; in test_client_hello() 177 goto end; in test_client_hello() 191 goto end; in test_client_hello() 198 goto end; in test_client_hello() 215 goto end; in test_client_hello() [all …]
|
/openssl/ssl/quic/ |
H A D | uint_set.c | 108 return u64_min(a->end, b->end) in uint_range_overlaps() 121 x->range.end = end; in create_set_item() 128 uint64_t start = range->start, end = range->end; in ossl_uint_set_insert() local 152 z->range.end = end; in ossl_uint_set_insert() 164 if (start <= f->range.start && end >= z->range.end) { in ossl_uint_set_insert() 173 x->range.end = end; in ossl_uint_set_insert() 204 ovend->range.end = u64_max(end, z->range.end); in ossl_uint_set_insert() 234 zprev->range.end = end; in ossl_uint_set_insert() 261 uint64_t start = range->start, end = range->end; in ossl_uint_set_remove() local 287 assert(end < z->range.end); in ossl_uint_set_remove() [all …]
|
H A D | quic_sf_list.c | 94 goto end; in ossl_sframe_list_insert() 103 goto end; in ossl_sframe_list_insert() 108 if (fl->tail->range.end >= range->end) in ossl_sframe_list_insert() 109 goto end; in ossl_sframe_list_insert() 113 goto end; in ossl_sframe_list_insert() 125 if (prev_frame != NULL && prev_frame->range.end >= range->end) in ossl_sframe_list_insert() 126 goto end; in ossl_sframe_list_insert() 137 next_frame != NULL && next_frame->range.end <= range->end;) { in ossl_sframe_list_insert() 175 end: in ossl_sframe_list_insert() 208 range->end = sf->range.end; in ossl_sframe_list_peek() [all …]
|
/openssl/crypto/bn/ |
H A D | bn_sqrt.c | 70 goto end; in BN_mod_sqrt() 75 goto end; in BN_mod_sqrt() 79 goto end; in BN_mod_sqrt() 216 goto end; in BN_mod_sqrt() 221 goto end; in BN_mod_sqrt() 228 goto end; in BN_mod_sqrt() 231 goto end; in BN_mod_sqrt() 255 goto end; in BN_mod_sqrt() 281 goto end; in BN_mod_sqrt() 283 goto end; in BN_mod_sqrt() [all …]
|
/openssl/demos/signature/ |
H A D | EVP_DSA_Signature_demo.c | 56 goto end; in generate_dsa_params() 59 goto end; in generate_dsa_params() 62 goto end; in generate_dsa_params() 64 goto end; in generate_dsa_params() 69 end: in generate_dsa_params() 105 end: in generate_dsa_key() 133 end: in extract_public_key() 153 end: in extract_keypair() 210 end: in demo_sign() 262 end: in demo_verify() [all …]
|
H A D | rsa_pss_direct.c | 54 goto end; in sign() 61 goto end; in sign() 68 goto end; in sign() 74 goto end; in sign() 79 goto end; in sign() 84 goto end; in sign() 91 goto end; in sign() 98 goto end; in sign() 109 end: in sign() 179 end: in verify() [all …]
|
H A D | rsa_pss_hash.c | 49 goto end; in sign() 56 goto end; in sign() 67 goto end; in sign() 76 goto end; in sign() 82 goto end; in sign() 89 goto end; in sign() 95 goto end; in sign() 99 end: in sign() 127 goto end; in verify() 165 end: in verify() [all …]
|
/openssl/crypto/asn1/ |
H A D | asn1_parse.c | 121 goto end; in asn1_parse2() 130 goto end; in asn1_parse2() 136 goto end; in asn1_parse2() 139 goto end; in asn1_parse2() 169 goto end; in asn1_parse2() 180 goto end; in asn1_parse2() 183 goto end; in asn1_parse2() 321 goto end; in asn1_parse2() 328 goto end; in asn1_parse2() 345 goto end; in asn1_parse2() [all …]
|
/openssl/apps/ |
H A D | ca.c | 515 goto end; in ca_main() 517 goto end; in ca_main() 1301 end: in ca_main() 1386 end: in certify() 1443 end: in certify_cert() 1931 end: in do_body() 2081 end: in certify_spkac() 2195 end: in do_revoke() 2261 end: in get_certificate_status() 2478 end: in make_revoked() [all …]
|
H A D | genrsa.c | 93 goto end; in genrsa_main() 168 goto end; in genrsa_main() 172 goto end; in genrsa_main() 175 goto end; in genrsa_main() 180 goto end; in genrsa_main() 184 goto end; in genrsa_main() 192 goto end; in genrsa_main() 196 goto end; in genrsa_main() 200 goto end; in genrsa_main() 204 goto end; in genrsa_main() [all …]
|
H A D | spkac.c | 83 goto end; in spkac_main() 87 goto end; in spkac_main() 141 goto end; in spkac_main() 146 goto end; in spkac_main() 151 goto end; in spkac_main() 180 goto end; in spkac_main() 184 goto end; in spkac_main() 191 goto end; in spkac_main() 199 goto end; in spkac_main() 204 goto end; in spkac_main() [all …]
|
H A D | fipsinstall.c | 274 goto end; in do_mac() 279 end: in do_mac() 298 goto end; in load_fips_prov_and_run_self_test() 329 end: in load_fips_prov_and_run_self_test() 447 goto end; in write_config_fips_section() 459 end: in write_config_fips_section() 479 goto end; in generate_config_and_load() 489 end: in generate_config_and_load() 564 end: in verify_config() 908 end: in fipsinstall_main() [all …]
|
/openssl/demos/mac/ |
H A D | poly1305.c | 100 goto end; in main() 107 goto end; in main() 114 goto end; in main() 121 goto end; in main() 128 goto end; in main() 134 goto end; in main() 146 goto end; in main() 156 goto end; in main() 170 goto end; in main() 176 goto end; in main() [all …]
|
/openssl/demos/guide/ |
H A D | quic-multi-stream.c | 156 goto end; in main() 178 goto end; in main() 191 goto end; in main() 198 goto end; in main() 207 goto end; in main() 217 goto end; in main() 227 goto end; in main() 238 goto end; in main() 244 goto end; in main() 250 goto end; in main() [all …]
|
H A D | tls-client-block.c | 117 goto end; in main() 139 goto end; in main() 152 goto end; in main() 161 goto end; in main() 168 goto end; in main() 178 goto end; in main() 188 goto end; in main() 199 goto end; in main() 212 goto end; in main() 218 goto end; in main() [all …]
|
H A D | quic-client-block.c | 136 goto end; in main() 158 goto end; in main() 171 goto end; in main() 178 goto end; in main() 188 goto end; in main() 198 goto end; in main() 209 goto end; in main() 215 goto end; in main() 221 goto end; in main() 234 goto end; in main() [all …]
|