Home
last modified time | relevance | path

Searched refs:err (Results 426 – 450 of 703) sorted by relevance

1...<<11121314151617181920>>...29

/openssl/crypto/asn1/
H A Dasn_pack.c33 goto err; in ASN1_item_pack()
37 goto err; in ASN1_item_pack()
44 err: in ASN1_item_pack()
/openssl/test/
H A Dasn1_time_test.c384 goto err; in test_time_dup()
390 goto err; in test_time_dup()
396 goto err; in test_time_dup()
400 goto err; in test_time_dup()
407 goto err; in test_time_dup()
411 goto err; in test_time_dup()
418 goto err; in test_time_dup()
422 goto err; in test_time_dup()
426 err: in test_time_dup()
H A Dquic_lcidm_test.c33 goto err; in test_lcidm()
36 goto err; in test_lcidm()
94 goto err; in test_lcidm()
97 err: in test_lcidm()
/openssl/crypto/hpke/
H A Dhpke_util.c195 int err = 0; in ossl_HPKE_KEM_INFO_find_random() local
198 rval = ossl_rand_uniform_uint32(ctx, sz, &err); in ossl_HPKE_KEM_INFO_find_random()
199 return (err == 1 ? NULL : &hpke_kem_tab[rval]); in ossl_HPKE_KEM_INFO_find_random()
217 int err = 0; in ossl_HPKE_KDF_INFO_find_random() local
220 rval = ossl_rand_uniform_uint32(ctx, sz, &err); in ossl_HPKE_KDF_INFO_find_random()
221 return (err == 1 ? NULL : &hpke_kdf_tab[rval]); in ossl_HPKE_KDF_INFO_find_random()
239 int err = 0; in ossl_HPKE_AEAD_INFO_find_random() local
243 rval = ossl_rand_uniform_uint32(ctx, sz, &err); in ossl_HPKE_AEAD_INFO_find_random()
244 return (err == 1 ? NULL : &hpke_aead_tab[rval]); in ossl_HPKE_AEAD_INFO_find_random()
/openssl/crypto/cmp/
H A Dcmp_genm.c84 goto err; in get_genm_itav()
89 goto err; in get_genm_itav()
93 goto err; in get_genm_itav()
135 err: in get_genm_itav()
239 goto err; in verify_ss_cert()
243 err: in verify_ss_cert()
264 goto err; in verify_ss_cert_trans()
269 goto err; in verify_ss_cert_trans()
280 err: in verify_ss_cert_trans()
/openssl/apps/
H A Dgenpkey.c341 goto err; in init_keygen_file()
343 goto err; in init_keygen_file()
348 err: in init_keygen_file()
376 goto err; in init_gen_str()
379 goto err; in init_gen_str()
382 goto err; in init_gen_str()
388 err: in init_gen_str()
/openssl/crypto/encode_decode/
H A Dencoder_pkey.c251 goto err; in ossl_encoder_ctx_setup_for_pkey()
260 goto err; in ossl_encoder_ctx_setup_for_pkey()
267 goto err; in ossl_encoder_ctx_setup_for_pkey()
289 goto err; in ossl_encoder_ctx_setup_for_pkey()
315 goto err; in ossl_encoder_ctx_setup_for_pkey()
323 goto err; in ossl_encoder_ctx_setup_for_pkey()
332 err: in ossl_encoder_ctx_setup_for_pkey()
/openssl/crypto/x509/
H A Dx509_req.c32 goto err; in X509_to_X509_REQ()
40 goto err; in X509_to_X509_REQ()
44 goto err; in X509_to_X509_REQ()
48 goto err; in X509_to_X509_REQ()
51 goto err; in X509_to_X509_REQ()
55 goto err; in X509_to_X509_REQ()
58 err: in X509_to_X509_REQ()
H A Dx509_cmp.c46 goto err; in X509_issuer_and_serial_hash()
49 goto err; in X509_issuer_and_serial_hash()
52 goto err; in X509_issuer_and_serial_hash()
55 goto err; in X509_issuer_and_serial_hash()
57 goto err; in X509_issuer_and_serial_hash()
61 goto err; in X509_issuer_and_serial_hash()
63 goto err; in X509_issuer_and_serial_hash()
67 err: in X509_issuer_and_serial_hash()
587 goto err; in STACK_OF()
591 err: in STACK_OF()
H A Dx509_vfy.c237 int err; in verify_chain() local
250 CB_FAIL_IF(err != X509_V_OK, ctx, NULL, ctx->error_depth, err); in verify_chain()
788 CB_FAIL_IF(err != X509_V_OK, ctx, x, i, err); in check_name_constraints()
1405 goto err; in check_crl_path()
1409 err: in check_crl_path()
1994 goto err; in X509_cmp_time()
2004 err: in X509_cmp_time()
2219 err: in X509_CRL_diff()
2557 err: in X509_STORE_CTX_init()
3089 CB_FAIL_IF(err != X509_V_OK, ctx, cert, 0, err); in check_leaf_suiteb()
[all …]
/openssl/crypto/bn/
H A Dbn_div.c286 goto err; in bn_div_fixed_top()
290 goto err; in bn_div_fixed_top()
301 goto err; in bn_div_fixed_top()
309 goto err; in bn_div_fixed_top()
328 goto err; in bn_div_fixed_top()
337 goto err; in bn_div_fixed_top()
451 goto err; in bn_div_fixed_top()
455 err: in bn_div_fixed_top()
/openssl/providers/implementations/rands/
H A Ddrbg.c118 goto err; in get_parent_reseed_count()
125 err: in get_parent_reseed_count()
643 goto err; in ossl_prov_drbg_generate()
652 goto err; in ossl_prov_drbg_generate()
657 goto err; in ossl_prov_drbg_generate()
661 goto err; in ossl_prov_drbg_generate()
698 goto err; in ossl_prov_drbg_generate()
704 err: in ossl_prov_drbg_generate()
842 goto err; in ossl_rand_drbg_new()
858 goto err; in ossl_rand_drbg_new()
[all …]
/openssl/test/recipes/
H A D20-test_mac.t140 my ($cmdarray_orig, $type, $input, $expect, $err) = @_;
168 if (defined($err)) {
171 if ($lines[0] eq $err) {
175 print "Exp: $err\n";
/openssl/ssl/
H A Dt1_lib.c270 goto err; in add_provider_groups()
274 goto err; in add_provider_groups()
279 goto err; in add_provider_groups()
283 goto err; in add_provider_groups()
367 err: in add_provider_groups()
668 err: in add_provider_sigalgs()
1028 err: in tls1_set_groups()
1590 err: in ssl_setup_sigalgs()
3138 err: in tls1_set_sigalgs()
3551 err: in ssl_get_auto_dh()
[all …]
H A Dt1_enc.c52 goto err; in tls1_PRF()
56 goto err; in tls1_PRF()
79 err: in tls1_PRF()
148 goto err; in tls1_change_cipher_state()
171 goto err; in tls1_change_cipher_state()
240 goto err; in tls1_change_cipher_state()
251 err: in tls1_change_cipher_state()
295 goto err; in tls1_setup_key_block()
315 goto err; in tls1_setup_key_block()
324 err: in tls1_setup_key_block()
/openssl/crypto/conf/
H A Dconf_api.c192 goto err; in _CONF_new_section()
194 goto err; in _CONF_new_section()
197 goto err; in _CONF_new_section()
205 goto err; in _CONF_new_section()
208 err: in _CONF_new_section()
/openssl/crypto/
H A Dprovider_child.c128 goto err; in provider_create_child_cb()
136 goto err; in provider_create_child_cb()
140 goto err; in provider_create_child_cb()
147 goto err; in provider_create_child_cb()
152 err: in provider_create_child_cb()
/openssl/apps/lib/
H A Ds_cb.c51 int err, depth; in verify_callback() local
80 switch (err) { in verify_callback()
1115 goto err; in args_excert()
1127 goto err; in args_excert()
1135 goto err; in args_excert()
1143 goto err; in args_excert()
1161 err: in args_excert()
1379 goto err; in ssl_load_stores()
1381 goto err; in ssl_load_stores()
1383 goto err; in ssl_load_stores()
[all …]
/openssl/crypto/evp/
H A Dexchange.c48 goto err; in evp_keyexch_from_algorithm()
53 goto err; in evp_keyexch_from_algorithm()
132 goto err; in evp_keyexch_from_algorithm()
137 err: in evp_keyexch_from_algorithm()
231 goto err; in EVP_PKEY_derive_init_ex()
243 goto err; in EVP_PKEY_derive_init_ex()
250 goto err; in EVP_PKEY_derive_init_ex()
339 goto err; in EVP_PKEY_derive_init_ex()
345 err: in EVP_PKEY_derive_init_ex()
H A Dp_lib.c454 goto err; in new_raw_key_int()
459 goto err; in new_raw_key_int()
463 goto err; in new_raw_key_int()
488 err: in new_raw_key_int()
645 goto err; in new_cmac_key_int()
671 err: in new_cmac_key_int()
1480 err: in EVP_PKEY_new()
1717 goto err; in EVP_PKEY_dup()
1729 err: in EVP_PKEY_dup()
2160 err: in evp_pkey_get_legacy()
[all …]
/openssl/providers/implementations/exchange/
H A Ddh_exch.c233 goto err; in dh_X9_42_kdf_derive()
244 goto err; in dh_X9_42_kdf_derive()
248 err: in dh_X9_42_kdf_derive()
306 goto err; in dh_dupctx()
311 goto err; in dh_dupctx()
316 goto err; in dh_dupctx()
325 goto err; in dh_dupctx()
331 goto err; in dh_dupctx()
335 err: in dh_dupctx()
/openssl/crypto/ocsp/
H A Docsp_cl.c87 goto err; in OCSP_request_sign()
90 goto err; in OCSP_request_sign()
95 goto err; in OCSP_request_sign()
98 goto err; in OCSP_request_sign()
105 goto err; in OCSP_request_sign()
109 err: in OCSP_request_sign()
/openssl/ssl/quic/
H A Dquic_tls.c15 #define QUIC_TLS_FATAL(rl, ad, err) \ argument
18 ERR_raise(ERR_LIB_SSL, (err)); \
119 goto err; in quic_new_record_layer()
156 goto err; in quic_new_record_layer()
172 goto err; in quic_new_record_layer()
179 goto err; in quic_new_record_layer()
187 goto err; in quic_new_record_layer()
191 err: in quic_new_record_layer()
703 int ret, err; in ossl_quic_tls_tick() local
798 err = ossl_ssl_get_error(qtls->args.s, ret, in ossl_quic_tls_tick()
[all …]
/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c234 goto err; in rsa_export()
239 err: in rsa_export()
466 goto err; in gen_init()
472 goto err; in gen_init()
476 goto err; in gen_init()
479 err: in gen_init()
590 goto err; in rsa_gen()
615 goto err; in rsa_gen()
622 goto err; in rsa_gen()
626 goto err; in rsa_gen()
[all …]
/openssl/util/
H A Dmkdir-p.pl37 local($err) = $!;
42 die "Cannot create directory $dir: $err\n";

Completed in 84 milliseconds

1...<<11121314151617181920>>...29