Server IP : 198.54.121.189 / Your IP : 216.73.216.34
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /usr/include/openssl//rsaerr.h
/*
* Generated by util/mkerr.pl DO NOT EDIT
* Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
#ifndef HEADER_RSAERR_H
# define HEADER_RSAERR_H
# ifndef HEADER_SYMHACKS_H
# include <openssl/symhacks.h>
# endif
# ifdef __cplusplus
extern "C"
# endif
int ERR_load_RSA_strings(void);
/*
* RSA function codes.
*/
# define RSA_F_CHECK_PADDING_MD 140
# define RSA_F_ENCODE_PKCS1 146
# define RSA_F_FIPS_RSA_BUILTIN_KEYGEN 206
# define RSA_F_INT_RSA_VERIFY 145
# define RSA_F_OLD_RSA_PRIV_DECODE 147
# define RSA_F_PKEY_PSS_INIT 165
# define RSA_F_PKEY_RSA_CTRL 143
# define RSA_F_PKEY_RSA_CTRL_STR 144
# define RSA_F_PKEY_RSA_SIGN 142
# define RSA_F_PKEY_RSA_VERIFY 149
# define RSA_F_PKEY_RSA_VERIFYRECOVER 141
# define RSA_F_RSA_ALGOR_TO_MD 156
# define RSA_F_RSA_BUILTIN_KEYGEN 129
# define RSA_F_RSA_CHECK_KEY 123
# define RSA_F_RSA_CHECK_KEY_EX 160
# define RSA_F_RSA_CMS_DECRYPT 159
# define RSA_F_RSA_CMS_VERIFY 158
# define RSA_F_RSA_GENERATE_KEY_EX 204
# define RSA_F_RSA_GENERATE_MULTI_PRIME_KEY 207
# define RSA_F_RSA_ITEM_VERIFY 148
# define RSA_F_RSA_METH_DUP 161
# define RSA_F_RSA_METH_NEW 162
# define RSA_F_RSA_METH_SET1_NAME 163
# define RSA_F_RSA_MGF1_TO_MD 157
# define RSA_F_RSA_MULTIP_INFO_NEW 166
# define RSA_F_RSA_NEW_METHOD 106
# define RSA_F_RSA_NULL 124
# define RSA_F_RSA_NULL_PRIVATE_DECRYPT 132
# define RSA_F_RSA_NULL_PRIVATE_ENCRYPT 133
# define RSA_F_RSA_NULL_PUBLIC_DECRYPT 134
# define RSA_F_RSA_NULL_PUBLIC_ENCRYPT 135
# define RSA_F_RSA_OSSL_PRIVATE_DECRYPT 101
# define RSA_F_RSA_OSSL_PRIVATE_ENCRYPT 102
# define RSA_F_RSA_OSSL_PUBLIC_DECRYPT 103
# define RSA_F_RSA_OSSL_PUBLIC_ENCRYPT 104
# define RSA_F_RSA_PADDING_ADD_NONE 107
# define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP 121
# define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP_MGF1 154
# define RSA_F_RSA_PADDING_ADD_PKCS1_PSS 125
# define RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1 152
# define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1 108
# define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2 109
# define RSA_F_RSA_PADDING_ADD_SSLV23 110
# define RSA_F_RSA_PADDING_ADD_X931 127
# define RSA_F_RSA_PADDING_CHECK_NONE 111
# define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP 122
# define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP_MGF1 153
# define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1 112
# define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2 113
# define RSA_F_RSA_PADDING_CHECK_SSLV23 114
# define RSA_F_RSA_PADDING_CHECK_X931 128
# define RSA_F_RSA_PARAM_DECODE 164
# define RSA_F_RSA_PRINT 115
# define RSA_F_RSA_PRINT_FP 116
# define RSA_F_RSA_PRIV_DECODE 150
# define RSA_F_RSA_PRIV_ENCODE 138
# define RSA_F_RSA_PRIVATE_DECRYPT 200
# define RSA_F_RSA_PRIVATE_ENCRYPT 201
# define RSA_F_RSA_PSS_GET_PARAM 151
# define RSA_F_RSA_PSS_TO_CTX 155
# define RSA_F_RSA_PUB_DECODE 139
# define RSA_F_RSA_PUBLIC_DECRYPT 202
# define RSA_F_RSA_PUBLIC_ENCRYPT 203
# define RSA_F_RSA_SETUP_BLINDING 136
# define RSA_F_RSA_SET_DEFAULT_METHOD 205
# define RSA_F_RSA_SET_METHOD 204
# define RSA_F_RSA_SIGN 117
# define RSA_F_RSA_SIGN_ASN1_OCTET_STRING 118
# define RSA_F_RSA_VERIFY 119
# define RSA_F_RSA_VERIFY_ASN1_OCTET_STRING 120
# define RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1 126
# define RSA_F_SETUP_TBUF 167
/*
* RSA reason codes.
*/
# define RSA_R_ALGORITHM_MISMATCH 100
# define RSA_R_BAD_E_VALUE 101
# define RSA_R_BAD_FIXED_HEADER_DECRYPT 102
# define RSA_R_BAD_PAD_BYTE_COUNT 103
# define RSA_R_BAD_SIGNATURE 104
# define RSA_R_BLOCK_TYPE_IS_NOT_01 106
# define RSA_R_BLOCK_TYPE_IS_NOT_02 107
# define RSA_R_DATA_GREATER_THAN_MOD_LEN 108
# define RSA_R_DATA_TOO_LARGE 109
# define RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE 110
# define RSA_R_DATA_TOO_LARGE_FOR_MODULUS 132
# define RSA_R_DATA_TOO_SMALL 111
# define RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE 122
# define RSA_R_DIGEST_DOES_NOT_MATCH 158
# define RSA_R_DIGEST_NOT_ALLOWED 145
# define RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY 112
# define RSA_R_DMP1_NOT_CONGRUENT_TO_D 124
# define RSA_R_DMQ1_NOT_CONGRUENT_TO_D 125
# define RSA_R_D_E_NOT_CONGRUENT_TO_1 123
# define RSA_R_FIRST_OCTET_INVALID 133
# define RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE 144
# define RSA_R_INVALID_DIGEST 157
# define RSA_R_INVALID_DIGEST_LENGTH 143
# define RSA_R_INVALID_HEADER 137
# define RSA_R_INVALID_LABEL 160
# define RSA_R_INVALID_MESSAGE_LENGTH 131
# define RSA_R_INVALID_MGF1_MD 156
# define RSA_R_INVALID_MULTI_PRIME_KEY 167
# define RSA_R_INVALID_OAEP_PARAMETERS 161
# define RSA_R_INVALID_PADDING 138
# define RSA_R_INVALID_PADDING_MODE 141
# define RSA_R_INVALID_PSS_PARAMETERS 149
# define RSA_R_INVALID_PSS_SALTLEN 146
# define RSA_R_INVALID_SALT_LENGTH 150
# define RSA_R_INVALID_TRAILER 139
# define RSA_R_INVALID_X931_DIGEST 142
# define RSA_R_IQMP_NOT_INVERSE_OF_Q 126
# define RSA_R_KEY_PRIME_NUM_INVALID 165
# define RSA_R_KEY_SIZE_TOO_SMALL 120
# define RSA_R_LAST_OCTET_INVALID 134
# define RSA_R_MISSING_PRIVATE_KEY 179
# define RSA_R_MGF1_DIGEST_NOT_ALLOWED 152
# define RSA_R_MODULUS_TOO_LARGE 105
# define RSA_R_MP_COEFFICIENT_NOT_INVERSE_OF_R 168
# define RSA_R_MP_EXPONENT_NOT_CONGRUENT_TO_D 169
# define RSA_R_MP_R_NOT_PRIME 170
# define RSA_R_NO_PUBLIC_EXPONENT 140
# define RSA_R_NON_FIPS_RSA_METHOD 200
# define RSA_R_NULL_BEFORE_BLOCK_MISSING 113
# define RSA_R_N_DOES_NOT_EQUAL_PRODUCT_OF_PRIMES 172
# define RSA_R_N_DOES_NOT_EQUAL_P_Q 127
# define RSA_R_OAEP_DECODING_ERROR 121
# define RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE 201
# define RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 148
# define RSA_R_PADDING_CHECK_FAILED 114
# define RSA_R_PKCS_DECODING_ERROR 159
# define RSA_R_PSS_SALTLEN_TOO_SMALL 164
# define RSA_R_P_NOT_PRIME 128
# define RSA_R_Q_NOT_PRIME 129
# define RSA_R_RSA_OPERATIONS_NOT_SUPPORTED 130
# define RSA_R_SLEN_CHECK_FAILED 136
# define RSA_R_SLEN_RECOVERY_FAILED 135
# define RSA_R_SSLV3_ROLLBACK_ATTACK 115
# define RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 116
# define RSA_R_UNKNOWN_ALGORITHM_TYPE 117
# define RSA_R_UNKNOWN_DIGEST 166
# define RSA_R_UNKNOWN_MASK_DIGEST 151
# define RSA_R_UNKNOWN_PADDING_TYPE 118
# define RSA_R_UNSUPPORTED_ENCRYPTION_TYPE 162
# define RSA_R_UNSUPPORTED_LABEL_SOURCE 163
# define RSA_R_UNSUPPORTED_MASK_ALGORITHM 153
# define RSA_R_UNSUPPORTED_MASK_PARAMETER 154
# define RSA_R_UNSUPPORTED_PARAMETERS 202
# define RSA_R_UNSUPPORTED_SIGNATURE_TYPE 155
# define RSA_R_VALUE_MISSING 147
# define RSA_R_WRONG_SIGNATURE_LENGTH 119
#endif
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | June 24 2025 08:30:34 | root / root | 0755 | |
| | | | | |
aes.h | 3.271 KB | October 09 2024 13:38:54 | root / root | 0644 | |
asn1.h | 32.839 KB | October 09 2024 13:38:54 | root / root | 0644 | |
asn1_mac.h | 0.386 KB | October 09 2024 13:38:54 | root / root | 0644 | |
asn1err.h | 14.343 KB | October 09 2024 13:38:54 | root / root | 0644 | |
asn1t.h | 32.168 KB | October 09 2024 13:38:54 | root / root | 0644 | |
async.h | 2.342 KB | October 09 2024 13:38:54 | root / root | 0644 | |
asyncerr.h | 1.295 KB | October 09 2024 13:38:54 | root / root | 0644 | |
bio.h | 34.089 KB | October 09 2024 13:38:54 | root / root | 0644 | |
bioerr.h | 6.25 KB | October 09 2024 13:38:54 | root / root | 0644 | |
blowfish.h | 1.804 KB | October 09 2024 13:38:54 | root / root | 0644 | |
bn.h | 21.616 KB | October 09 2024 13:38:54 | root / root | 0644 | |
bnerr.h | 4.853 KB | October 09 2024 13:38:54 | root / root | 0644 | |
buffer.h | 1.563 KB | October 09 2024 13:38:54 | root / root | 0644 | |
buffererr.h | 0.801 KB | October 09 2024 13:38:54 | root / root | 0644 | |
camellia.h | 3.104 KB | October 09 2024 13:38:54 | root / root | 0644 | |
cast.h | 1.635 KB | October 09 2024 13:38:54 | root / root | 0644 | |
cmac.h | 1.039 KB | October 09 2024 13:38:54 | root / root | 0644 | |
cms.h | 15.995 KB | October 09 2024 13:38:54 | root / root | 0644 | |
cmserr.h | 10.898 KB | October 09 2024 13:38:54 | root / root | 0644 | |
comp.h | 1.297 KB | October 09 2024 13:38:54 | root / root | 0644 | |
comperr.h | 1.184 KB | October 09 2024 13:38:54 | root / root | 0644 | |
conf.h | 5.47 KB | October 09 2024 13:38:54 | root / root | 0644 | |
conf_api.h | 1.27 KB | October 09 2024 13:38:54 | root / root | 0644 | |
conferr.h | 3.349 KB | October 09 2024 13:38:54 | root / root | 0644 | |
crypto.h | 16.929 KB | October 09 2024 13:38:54 | root / root | 0644 | |
cryptoerr.h | 2.208 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ct.h | 15.5 KB | October 09 2024 13:38:54 | root / root | 0644 | |
cterr.h | 3.389 KB | October 09 2024 13:38:54 | root / root | 0644 | |
des.h | 7.448 KB | October 09 2024 13:38:54 | root / root | 0644 | |
dh.h | 13.416 KB | October 09 2024 13:38:54 | root / root | 0644 | |
dherr.h | 4.312 KB | October 09 2024 13:38:54 | root / root | 0644 | |
dsa.h | 9.866 KB | October 09 2024 13:38:54 | root / root | 0644 | |
dsaerr.h | 3.271 KB | October 09 2024 13:38:54 | root / root | 0644 | |
dtls1.h | 1.541 KB | October 09 2024 13:38:54 | root / root | 0644 | |
e_os2.h | 8.679 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ebcdic.h | 0.902 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ec.h | 62.165 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ecdh.h | 0.35 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ecdsa.h | 0.35 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ecerr.h | 16.25 KB | October 09 2024 13:38:54 | root / root | 0644 | |
engine.h | 33.849 KB | October 09 2024 13:38:54 | root / root | 0644 | |
engineerr.h | 5.319 KB | October 09 2024 13:38:54 | root / root | 0644 | |
err.h | 11.005 KB | October 09 2024 13:38:54 | root / root | 0644 | |
evp.h | 75.135 KB | October 09 2024 13:38:54 | root / root | 0644 | |
evperr.h | 11.79 KB | October 09 2024 13:38:54 | root / root | 0644 | |
fips.h | 9.741 KB | October 09 2024 13:38:54 | root / root | 0644 | |
fips_rand.h | 7.001 KB | October 09 2024 13:38:54 | root / root | 0644 | |
hmac.h | 1.554 KB | October 09 2024 13:38:54 | root / root | 0644 | |
idea.h | 2.05 KB | October 09 2024 13:38:54 | root / root | 0644 | |
kdf.h | 7.388 KB | October 09 2024 13:38:54 | root / root | 0644 | |
kdferr.h | 4.676 KB | October 09 2024 13:38:54 | root / root | 0644 | |
lhash.h | 9.054 KB | October 09 2024 13:38:54 | root / root | 0644 | |
md2.h | 1.029 KB | October 09 2024 13:38:54 | root / root | 0644 | |
md4.h | 1.291 KB | October 09 2024 13:38:54 | root / root | 0644 | |
md5.h | 1.289 KB | October 09 2024 13:38:54 | root / root | 0644 | |
mdc2.h | 1.028 KB | October 09 2024 13:38:54 | root / root | 0644 | |
modes.h | 10.232 KB | October 09 2024 13:38:54 | root / root | 0644 | |
obj_mac.h | 213.365 KB | October 09 2024 13:38:54 | root / root | 0644 | |
objects.h | 6.478 KB | October 09 2024 13:38:54 | root / root | 0644 | |
objectserr.h | 1.285 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ocsp.h | 14.946 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ocsperr.h | 3.277 KB | October 09 2024 13:38:54 | root / root | 0644 | |
opensslconf-x86_64.h | 4.783 KB | October 09 2024 13:39:34 | root / root | 0644 | |
opensslconf.h | 1.544 KB | October 09 2024 13:39:34 | root / root | 0644 | |
opensslv.h | 4.011 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ossl_typ.h | 6.162 KB | October 09 2024 13:38:54 | root / root | 0644 | |
pem.h | 15.105 KB | October 09 2024 13:38:54 | root / root | 0644 | |
pem2.h | 0.405 KB | October 09 2024 13:38:54 | root / root | 0644 | |
pemerr.h | 5.1 KB | October 09 2024 13:38:54 | root / root | 0644 | |
pkcs12.h | 9.64 KB | October 09 2024 13:38:54 | root / root | 0644 | |
pkcs12err.h | 3.661 KB | October 09 2024 13:38:54 | root / root | 0644 | |
pkcs7.h | 11.318 KB | October 09 2024 13:38:54 | root / root | 0644 | |
pkcs7err.h | 4.99 KB | October 09 2024 13:38:54 | root / root | 0644 | |
rand.h | 2.303 KB | October 09 2024 13:38:54 | root / root | 0644 | |
rand_drbg.h | 4.651 KB | October 09 2024 13:38:54 | root / root | 0644 | |
randerr.h | 4.585 KB | October 09 2024 13:38:54 | root / root | 0644 | |
rc2.h | 1.498 KB | October 09 2024 13:38:54 | root / root | 0644 | |
rc4.h | 0.806 KB | October 09 2024 13:38:54 | root / root | 0644 | |
rc5.h | 1.941 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ripemd.h | 1.214 KB | October 09 2024 13:38:54 | root / root | 0644 | |
rsa.h | 21.824 KB | October 09 2024 13:38:54 | root / root | 0644 | |
rsaerr.h | 9.589 KB | October 09 2024 13:38:54 | root / root | 0644 | |
safestack.h | 7.948 KB | October 09 2024 13:38:54 | root / root | 0644 | |
seed.h | 3.397 KB | October 09 2024 13:38:54 | root / root | 0644 | |
sha.h | 3.741 KB | October 09 2024 13:38:54 | root / root | 0644 | |
srp.h | 3.737 KB | October 09 2024 13:38:54 | root / root | 0644 | |
srtp.h | 1.285 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ssl.h | 108.555 KB | October 09 2024 13:39:22 | root / root | 0644 | |
ssl2.h | 0.529 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ssl3.h | 14.36 KB | October 09 2024 13:38:54 | root / root | 0644 | |
sslerr.h | 45.582 KB | October 09 2024 13:38:54 | root / root | 0644 | |
stack.h | 3.022 KB | October 09 2024 13:38:54 | root / root | 0644 | |
store.h | 10.937 KB | October 09 2024 13:38:54 | root / root | 0644 | |
storeerr.h | 4.296 KB | October 09 2024 13:38:54 | root / root | 0644 | |
symhacks.h | 1.28 KB | October 09 2024 13:38:54 | root / root | 0644 | |
tls1.h | 70.791 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ts.h | 21.903 KB | October 09 2024 13:38:54 | root / root | 0644 | |
tserr.h | 6.588 KB | October 09 2024 13:38:54 | root / root | 0644 | |
txt_db.h | 1.627 KB | October 09 2024 13:38:54 | root / root | 0644 | |
ui.h | 15.676 KB | October 09 2024 13:38:54 | root / root | 0644 | |
uierr.h | 2.673 KB | October 09 2024 13:38:54 | root / root | 0644 | |
whrlpool.h | 1.345 KB | October 09 2024 13:38:54 | root / root | 0644 | |
x509.h | 42.311 KB | October 09 2024 13:38:54 | root / root | 0644 | |
x509_vfy.h | 31.69 KB | October 09 2024 13:38:54 | root / root | 0644 | |
x509err.h | 6.644 KB | October 09 2024 13:38:54 | root / root | 0644 | |
x509v3.h | 32.657 KB | October 09 2024 13:38:54 | root / root | 0644 | |
x509v3err.h | 8.571 KB | October 09 2024 13:38:54 | root / root | 0644 | |