Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 91) sorted by relevance

1234

/crypto/err/
A Dopenssl.txt12 ASN1_R_AUX_ERROR:100:aux error
22 ASN1_R_DECODE_ERROR:110:decode error
25 ASN1_R_ENCODE_ERROR:112:encode error
71 ASN1_R_LIST_ERROR:188:list error
217 CMP_R_ERROR_CREATING_ERROR:118:error creating error
328 CMS_R_CTRL_ERROR:110:ctrl error
459 CRMF_R_ERROR:103:error
541 DH_R_BN_ERROR:106:bn error
572 DSA_R_BN_ERROR:109:bn error
601 EC_R_ASN1_ERROR:115:asn1 error
[all …]
A DREADME.md14 add all error codes used in the library to `xxx.h`.
36 The `BEGIN ERROR CODES` sequence is used by the error code
37 generation script as the point to place new error codes, any text
41 The generated C error code file `xxx_err.c` will load the header
46 Adding new error codes
49 Instead of manually adding error codes into `crypto/err/openssl.txt`,
50 it is recommended to leverage `make update` for error code generation.
51 The target will process relevant sources and generate error codes for
52 any *used* error codes.
54 If an error code is added manually into `crypto/err/openssl.txt`,
A Derr.c172 l = a->error; in err_string_data_hash()
180 if (a->error == b->error) in err_string_data_cmp()
182 return a->error > b->error ? 1 : -1; in err_string_data_cmp()
247 for (; str->error != 0; str++) in err_patch()
248 str->error |= plib; in err_patch()
258 for (; str->error; str++) in err_load_strings()
314 for (; str->error; str++) in ERR_unload_strings()
592 d.error = ERR_PACK(l, 0, 0); in ERR_lib_error_string()
627 d.error = ERR_PACK(l, 0, r); in ERR_reason_error_string()
630 d.error = ERR_PACK(0, 0, r); in ERR_reason_error_string()
/crypto/evp/
A Devp_pkey.c49 goto error; in evp_pkcs82pkey_legacy()
54 goto error; in evp_pkcs82pkey_legacy()
58 goto error; in evp_pkcs82pkey_legacy()
62 goto error; in evp_pkcs82pkey_legacy()
67 error: in evp_pkcs82pkey_legacy()
149 goto error; in EVP_PKEY2PKCS8()
155 goto error; in EVP_PKEY2PKCS8()
167 goto error; in EVP_PKEY2PKCS8()
171 goto error; in EVP_PKEY2PKCS8()
175 goto error; in EVP_PKEY2PKCS8()
[all …]
/crypto/rsa/
A Drsa_x931g.c159 goto error; in RSA_X931_generate_key_ex()
165 goto error; in RSA_X931_generate_key_ex()
167 goto error; in RSA_X931_generate_key_ex()
172 goto error; in RSA_X931_generate_key_ex()
178 goto error; in RSA_X931_generate_key_ex()
182 goto error; in RSA_X931_generate_key_ex()
191 goto error; in RSA_X931_generate_key_ex()
196 error: in RSA_X931_generate_key_ex()
/crypto/txt_db/
A Dtxt_db.c105 ret->error = DB_ERROR_WRONG_NUM_FIELDS; in TXT_DB_read()
134 db->error = DB_ERROR_INDEX_OUT_OF_RANGE; in TXT_DB_get_by_index()
139 db->error = DB_ERROR_NO_INDEX; in TXT_DB_get_by_index()
143 db->error = DB_ERROR_OK; in TXT_DB_get_by_index()
155 db->error = DB_ERROR_INDEX_OUT_OF_RANGE; in TXT_DB_create_index()
160 db->error = DB_ERROR_MALLOC; in TXT_DB_create_index()
169 db->error = DB_ERROR_INDEX_CLASH; in TXT_DB_create_index()
176 db->error = DB_ERROR_MALLOC; in TXT_DB_create_index()
245 db->error = DB_ERROR_INDEX_CLASH; in TXT_DB_insert()
267 db->error = DB_ERROR_MALLOC; in TXT_DB_insert()
/crypto/bn/
A Dbn_x931p.c232 goto error; in BN_X931_generate_prime_ex()
235 goto error; in BN_X931_generate_prime_ex()
237 goto error; in BN_X931_generate_prime_ex()
239 goto error; in BN_X931_generate_prime_ex()
243 error: in BN_X931_generate_prime_ex()
/crypto/lhash/
A Dlhash.c123 lh->error = 0; in OPENSSL_LH_insert()
131 lh->error++; in OPENSSL_LH_insert()
153 lh->error = 0; in OPENSSL_LH_delete()
178 if (lh->error != 0) in OPENSSL_LH_retrieve()
179 lh->error = 0; in OPENSSL_LH_retrieve()
256 lh->error++; in expand()
297 lh->error++; in contract()
442 return lh->error; in OPENSSL_LH_error()
A Dlhash_local.h34 int error; member
/crypto/ec/curve448/
A Deddsa.c296 c448_error_t error; in ossl_c448_ed448_verify() local
324 error = in ossl_c448_ed448_verify()
327 if (C448_SUCCESS != error) in ossl_c448_ed448_verify()
328 return error; in ossl_c448_ed448_verify()
330 error = in ossl_c448_ed448_verify()
332 if (C448_SUCCESS != error) in ossl_c448_ed448_verify()
333 return error; in ossl_c448_ed448_verify()
A Dword.h41 # error "For now, we only support 32- and 64-bit architectures."
53 # error "For now we only support 32- and 64-bit architectures."
/crypto/
A Darm_arch.h50 # error "unsupported ARM architecture"
62 # error "__ARM_MAX_ARCH__ can't be less than __ARM_ARCH__"
65 # error "can't build universal big-endian binary"
/crypto/x509/
A Dx509_vfy.c170 ctx->error = err; in verify_cb_cert()
187 ctx->error = err; in verify_cb_crl()
204 ctx->error = err; in verify_cb_ocsp()
329 ctx->error = X509_V_ERR_RPK_UNTRUSTED; in x509_verify_rpk()
2049 ctx->error = X509_V_ERR_OUT_OF_MEM; in check_policy()
2512 return ctx->error; in X509_STORE_CTX_get_error()
2517 ctx->error = err; in X509_STORE_CTX_set_error()
2730 ctx->error = X509_V_OK; in X509_STORE_CTX_init()
3403 ctx->error = X509_V_OK; in dane_verify_rpk()
3801 switch (ctx->error) { in build_chain()
[all …]
A Dx_pubkey.c335 goto error; in X509_PUBKEY_set()
340 goto error; in X509_PUBKEY_set()
344 goto error; in X509_PUBKEY_set()
366 goto error; in X509_PUBKEY_set()
372 goto error; in X509_PUBKEY_set()
392 error: in X509_PUBKEY_set()
431 goto error; in x509_pubkey_decode()
441 goto error; in x509_pubkey_decode()
444 goto error; in x509_pubkey_decode()
450 error: in x509_pubkey_decode()
/crypto/ui/
A Dui_openssl.c294 goto error; in read_string_inner()
341 goto error; in read_string_inner()
343 goto error; in read_string_inner()
345 goto error; in read_string_inner()
350 goto error; in read_string_inner()
354 error: in read_string_inner()
/crypto/pem/
A Dpvkfmt.c1059 goto error; in i2b_PVK()
1075 goto error; in i2b_PVK()
1092 goto error; in i2b_PVK()
1096 goto error; in i2b_PVK()
1098 goto error; in i2b_PVK()
1103 goto error; in i2b_PVK()
1106 goto error; in i2b_PVK()
1108 goto error; in i2b_PVK()
1111 goto error; in i2b_PVK()
1118 error: in i2b_PVK()
A Dpem_info.c62 long len, error = 0; in STACK_OF() local
84 error = ERR_GET_REASON(ERR_peek_last_error()); in STACK_OF()
85 if (error == PEM_R_NO_START_LINE) { in STACK_OF()
/crypto/bio/
A Dbio_local.h31 # error internal/cryptlib.h included before bio_local.h
34 # error openssl/bio.h included before bio_local.h
/crypto/cmp/
A Dcmp_client.c228 OSSL_CMP_ERRORMSGCONTENT *emc = (*rep)->body->value.error; in send_receive_check()
422 && !save_statusInfo(ctx, (*rep)->body->value.error->pKIStatusInfo)) in send_receive_also_delayed()
470 OSSL_CMP_MSG *error = NULL; in ossl_cmp_exchange_error() local
479 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
482 res = send_receive_also_delayed(ctx, error, in ossl_cmp_exchange_error()
486 OSSL_CMP_MSG_free(error); in ossl_cmp_exchange_error()
687 si = (*resp)->body->value.error->pKIStatusInfo; in cert_response()
/crypto/buffer/
A Dbuf_err.c26 if (ERR_reason_error_string(BUF_str_reasons[0].error) == NULL) in ossl_err_load_BUF_strings()
/crypto/objects/
A Dobj_err.c30 if (ERR_reason_error_string(OBJ_str_reasons[0].error) == NULL) in ossl_err_load_OBJ_strings()
/crypto/encode_decode/
A Dencoder_err.c32 if (ERR_reason_error_string(OSSL_ENCODER_str_reasons[0].error) == NULL) in ossl_err_load_OSSL_ENCODER_strings()
A Ddecoder_err.c32 if (ERR_reason_error_string(OSSL_DECODER_str_reasons[0].error) == NULL) in ossl_err_load_OSSL_DECODER_strings()
/crypto/async/
A Dasync_err.c33 if (ERR_reason_error_string(ASYNC_str_reasons[0].error) == NULL) in ossl_err_load_ASYNC_strings()
/crypto/ess/
A Dess_err.c44 if (ERR_reason_error_string(ESS_str_reasons[0].error) == NULL) in ossl_err_load_ESS_strings()

Completed in 69 milliseconds

1234