| /crypto/err/ |
| A D | openssl.txt | 12 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 D | README.md | 14 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 D | err.c | 172 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 D | evp_pkey.c | 49 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 D | rsa_x931g.c | 159 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 D | txt_db.c | 105 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 D | bn_x931p.c | 232 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 D | lhash.c | 123 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 D | lhash_local.h | 34 int error; member
|
| /crypto/ec/curve448/ |
| A D | eddsa.c | 296 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 D | word.h | 41 # 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 D | arm_arch.h | 50 # 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 D | x509_vfy.c | 170 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 D | x_pubkey.c | 335 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 D | ui_openssl.c | 294 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 D | pvkfmt.c | 1059 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 D | pem_info.c | 62 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 D | bio_local.h | 31 # error internal/cryptlib.h included before bio_local.h 34 # error openssl/bio.h included before bio_local.h
|
| /crypto/cmp/ |
| A D | cmp_client.c | 228 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 D | buf_err.c | 26 if (ERR_reason_error_string(BUF_str_reasons[0].error) == NULL) in ossl_err_load_BUF_strings()
|
| /crypto/objects/ |
| A D | obj_err.c | 30 if (ERR_reason_error_string(OBJ_str_reasons[0].error) == NULL) in ossl_err_load_OBJ_strings()
|
| /crypto/encode_decode/ |
| A D | encoder_err.c | 32 if (ERR_reason_error_string(OSSL_ENCODER_str_reasons[0].error) == NULL) in ossl_err_load_OSSL_ENCODER_strings()
|
| A D | decoder_err.c | 32 if (ERR_reason_error_string(OSSL_DECODER_str_reasons[0].error) == NULL) in ossl_err_load_OSSL_DECODER_strings()
|
| /crypto/async/ |
| A D | async_err.c | 33 if (ERR_reason_error_string(ASYNC_str_reasons[0].error) == NULL) in ossl_err_load_ASYNC_strings()
|
| /crypto/ess/ |
| A D | ess_err.c | 44 if (ERR_reason_error_string(ESS_str_reasons[0].error) == NULL) in ossl_err_load_ESS_strings()
|