Home
last modified time | relevance | path

Searched refs:ERR_REASON (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/crypto/libressl/ssl/
H A Dssl_err.c67 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason) macro
162 {ERR_REASON(SSL_R_BAD_CHECKSUM) , "bad checksum"},
172 {ERR_REASON(SSL_R_BAD_ECPOINT) , "bad ecpoint"},
175 {ERR_REASON(SSL_R_BAD_LENGTH) , "bad length"},
198 {ERR_REASON(SSL_R_BAD_STATE) , "bad state"},
200 {ERR_REASON(SSL_R_BIO_NOT_SET) , "bio not set"},
202 {ERR_REASON(SSL_R_BN_LIB) , "bn lib"},
262 {ERR_REASON(SSL_R_KRB5) , "krb5"},
330 {ERR_REASON(SSL_R_PEER_ERROR) , "peer error"},
435 {ERR_REASON(SSL_R_UNKNOWN), "unknown failure occurred"},
[all …]
/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn1_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason) macro
77 {ERR_REASON(ASN1_R_AUX_ERROR) , "aux error"},
78 {ERR_REASON(ASN1_R_BAD_CLASS) , "bad class"},
81 {ERR_REASON(ASN1_R_BAD_TAG) , "bad tag"},
82 {ERR_REASON(ASN1_R_BAD_TEMPLATE) , "bad template"},
84 {ERR_REASON(ASN1_R_BN_LIB) , "bn lib"},
139 {ERR_REASON(ASN1_R_LIST_ERROR) , "list error"},
175 {ERR_REASON(ASN1_R_TOO_LARGE) , "too large"},
176 {ERR_REASON(ASN1_R_TOO_LONG) , "too long"},
177 {ERR_REASON(ASN1_R_TOO_SMALL) , "too small"},
[all …]
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_err.c67 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason) macro
84 {ERR_REASON(X509_R_ERR_ASN1_LIB) , "err asn1 lib"},
87 {ERR_REASON(X509_R_INVALID_TRUST) , "invalid trust"},
97 {ERR_REASON(X509_R_SHOULD_RETRY) , "should retry"},
101 {ERR_REASON(X509_R_UNKNOWN_NID) , "unknown nid"},
106 {ERR_REASON(X509_R_WRONG_TYPE) , "wrong type"},
112 {ERR_REASON(X509V3_R_BAD_OBJECT) , "bad object"},
115 {ERR_REASON(X509V3_R_DIRNAME_ERROR) , "dirname error"},
137 {ERR_REASON(X509V3_R_INVALID_NAME) , "invalid name"},
148 {ERR_REASON(X509V3_R_INVALID_SAFI) , "invalid safi"},
[all …]
/dragonfly/crypto/libressl/crypto/evp/
H A Devp_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason) macro
76 {ERR_REASON(EVP_R_ASN1_LIB) , "asn1 lib"},
78 {ERR_REASON(EVP_R_BAD_DECRYPT) , "bad decrypt"},
79 {ERR_REASON(EVP_R_BAD_KEY_LENGTH) , "bad key length"},
89 {ERR_REASON(EVP_R_DECODE_ERROR) , "decode error"},
93 {ERR_REASON(EVP_R_ENCODE_ERROR) , "encode error"},
111 {ERR_REASON(EVP_R_IV_TOO_LARGE) , "iv too large"},
117 {ERR_REASON(EVP_R_NO_CIPHER_SET) , "no cipher set"},
119 {ERR_REASON(EVP_R_NO_DIGEST_SET) , "no digest set"},
121 {ERR_REASON(EVP_R_NO_KEY_SET) , "no key set"},
[all …]
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RSA,0,reason) macro
75 {ERR_REASON(RSA_R_BAD_E_VALUE) , "bad e value"},
78 {ERR_REASON(RSA_R_BAD_SIGNATURE) , "bad signature"},
82 {ERR_REASON(RSA_R_DATA_TOO_LARGE) , "data too large"},
85 {ERR_REASON(RSA_R_DATA_TOO_SMALL) , "data too small"},
95 {ERR_REASON(RSA_R_INVALID_DIGEST) , "invalid digest"},
97 {ERR_REASON(RSA_R_INVALID_HEADER) , "invalid header"},
98 {ERR_REASON(RSA_R_INVALID_LABEL) , "invalid label"},
124 {ERR_REASON(RSA_R_P_NOT_PRIME) , "p not prime"},
125 {ERR_REASON(RSA_R_Q_NOT_PRIME) , "q not prime"},
[all …]
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpkcs7err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason) macro
78 {ERR_REASON(PKCS7_R_CTRL_ERROR) , "ctrl error"},
79 {ERR_REASON(PKCS7_R_DECODE_ERROR) , "decode error"},
81 {ERR_REASON(PKCS7_R_DECRYPT_ERROR) , "decrypt error"},
82 {ERR_REASON(PKCS7_R_DIGEST_FAILURE) , "digest failure"},
90 {ERR_REASON(PKCS7_R_MIME_PARSE_ERROR) , "mime parse error"},
93 {ERR_REASON(PKCS7_R_NO_CONTENT) , "no content"},
94 {ERR_REASON(PKCS7_R_NO_CONTENT_TYPE) , "no content type"},
102 {ERR_REASON(PKCS7_R_NO_SIGNERS) , "no signers"},
107 {ERR_REASON(PKCS7_R_PKCS7_DATAFINAL) , "pkcs7 datafinal"},
[all …]
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_err.c75 {ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"},
81 {ERR_REASON(EC_R_DECODE_ERROR), "decode error"},
92 {ERR_REASON(EC_R_INVALID_CURVE), "invalid curve"},
96 {ERR_REASON(EC_R_INVALID_FIELD), "invalid field"},
97 {ERR_REASON(EC_R_INVALID_FORM), "invalid form"},
103 {ERR_REASON(EC_R_KEYS_NOT_SET), "keys not set"},
110 {ERR_REASON(EC_R_NO_FIELD_MOD), "no field mod"},
118 {ERR_REASON(EC_R_SLOT_FULL), "slot full"},
122 {ERR_REASON(EC_R_UNKNOWN_GROUP), "unknown group"},
123 {ERR_REASON(EC_R_UNKNOWN_ORDER), "unknown order"},
[all …]
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason) macro
74 {ERR_REASON(ENGINE_R_ALREADY_LOADED) , "already loaded"},
83 {ERR_REASON(ENGINE_R_DSO_FAILURE) , "DSO failure"},
84 {ERR_REASON(ENGINE_R_DSO_NOT_FOUND) , "dso not found"},
91 {ERR_REASON(ENGINE_R_FINISH_FAILED) , "finish failed"},
94 {ERR_REASON(ENGINE_R_INIT_FAILED) , "init failed"},
100 {ERR_REASON(ENGINE_R_INVALID_STRING) , "invalid string"},
102 {ERR_REASON(ENGINE_R_NOT_LOADED) , "not loaded"},
104 {ERR_REASON(ENGINE_R_NO_INDEX) , "no index"},
106 {ERR_REASON(ENGINE_R_NO_REFERENCE) , "no reference"},
[all …]
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason) macro
74 {ERR_REASON(TS_R_BAD_PKCS7_TYPE) , "bad pkcs7 type"},
75 {ERR_REASON(TS_R_BAD_TYPE) , "bad type"},
80 {ERR_REASON(TS_R_DETACHED_CONTENT) , "detached content"},
86 {ERR_REASON(TS_R_NONCE_MISMATCH) , "nonce mismatch"},
88 {ERR_REASON(TS_R_NO_CONTENT) , "no content"},
93 {ERR_REASON(TS_R_POLICY_MISMATCH) , "policy mismatch"},
96 {ERR_REASON(TS_R_SIGNATURE_FAILURE) , "signature failure"},
100 {ERR_REASON(TS_R_TOKEN_PRESENT) , "token present"},
102 {ERR_REASON(TS_R_TSA_UNTRUSTED) , "tsa untrusted"},
[all …]
/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason) macro
74 {ERR_REASON(BIO_R_ACCEPT_ERROR) , "accept error"},
75 {ERR_REASON(BIO_R_BAD_FOPEN_MODE) , "bad fopen mode"},
77 {ERR_REASON(BIO_R_BROKEN_PIPE) , "broken pipe"},
78 {ERR_REASON(BIO_R_CONNECT_ERROR) , "connect error"},
87 {ERR_REASON(BIO_R_IN_USE) , "in use"},
88 {ERR_REASON(BIO_R_KEEPALIVE) , "keepalive"},
89 {ERR_REASON(BIO_R_LENGTH_TOO_LONG) , "too long"},
95 {ERR_REASON(BIO_R_NO_SUCH_FILE) , "no such file"},
97 {ERR_REASON(BIO_R_TAG_MISMATCH) , "tag mismatch"},
[all …]
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason) macro
74 {ERR_REASON(OCSP_R_BAD_DATA) , "bad data"},
76 {ERR_REASON(OCSP_R_DIGEST_ERR) , "digest err"},
79 {ERR_REASON(OCSP_R_ERROR_PARSING_URL) , "error parsing url"},
84 {ERR_REASON(OCSP_R_NO_CONTENT) , "no content"},
85 {ERR_REASON(OCSP_R_NO_PUBLIC_KEY) , "no public key"},
86 {ERR_REASON(OCSP_R_NO_RESPONSE_DATA) , "no response data"},
87 {ERR_REASON(OCSP_R_NO_REVOKED_TIME) , "no revoked time"},
98 {ERR_REASON(OCSP_R_STATUS_EXPIRED) , "status expired"},
100 {ERR_REASON(OCSP_R_STATUS_TOO_OLD) , "status too old"},
[all …]
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason) macro
75 {ERR_REASON(PEM_R_BAD_DECRYPT) , "bad decrypt"},
76 {ERR_REASON(PEM_R_BAD_END_LINE) , "bad end line"},
77 {ERR_REASON(PEM_R_BAD_IV_CHARS) , "bad iv chars"},
89 {ERR_REASON(PEM_R_NOT_DEK_INFO) , "not dek info"},
90 {ERR_REASON(PEM_R_NOT_ENCRYPTED) , "not encrypted"},
91 {ERR_REASON(PEM_R_NOT_PROC_TYPE) , "not proc type"},
92 {ERR_REASON(PEM_R_NO_START_LINE) , "no start line"},
96 {ERR_REASON(PEM_R_PVK_TOO_SHORT) , "pvk too short"},
97 {ERR_REASON(PEM_R_READ_KEY) , "read key"},
[all …]
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason) macro
75 {ERR_REASON(DH_R_BAD_GENERATOR) ,"bad generator"},
76 {ERR_REASON(DH_R_BN_DECODE_ERROR) ,"bn decode error"},
77 {ERR_REASON(DH_R_BN_ERROR) ,"bn error"},
78 {ERR_REASON(DH_R_DECODE_ERROR) ,"decode error"},
80 {ERR_REASON(DH_R_KEYS_NOT_SET) ,"keys not set"},
82 {ERR_REASON(DH_R_MODULUS_TOO_LARGE) ,"modulus too large"},
83 {ERR_REASON(DH_R_NON_FIPS_METHOD) ,"non fips method"},
84 {ERR_REASON(DH_R_NO_PARAMETERS_SET) ,"no parameters set"},
85 {ERR_REASON(DH_R_NO_PRIVATE_VALUE) ,"no private value"},
[all …]
/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dpk12err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason) macro
76 {ERR_REASON(PKCS12_R_DECODE_ERROR) , "decode error"},
77 {ERR_REASON(PKCS12_R_ENCODE_ERROR) , "encode error"},
78 {ERR_REASON(PKCS12_R_ENCRYPT_ERROR) , "encrypt error"},
82 {ERR_REASON(PKCS12_R_IV_GEN_ERROR) , "iv gen error"},
83 {ERR_REASON(PKCS12_R_KEY_GEN_ERROR) , "key gen error"},
84 {ERR_REASON(PKCS12_R_MAC_ABSENT) , "mac absent"},
86 {ERR_REASON(PKCS12_R_MAC_SETUP_ERROR) , "mac setup error"},
88 {ERR_REASON(PKCS12_R_MAC_VERIFY_ERROR) , "mac verify error"},
89 {ERR_REASON(PKCS12_R_MAC_VERIFY_FAILURE) , "mac verify failure"},
[all …]
/dragonfly/crypto/libressl/crypto/gost/
H A Dgost_err.c63 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_GOST,0,reason) macro
74 {ERR_REASON(GOST_R_CTRL_CALL_FAILED) ,"ctrl call failed"},
78 {ERR_REASON(GOST_R_INCOMPATIBLE_PEER_KEY),"incompatible peer key"},
79 {ERR_REASON(GOST_R_INVALID_DIGEST_TYPE) ,"invalid digest type"},
80 {ERR_REASON(GOST_R_INVALID_IV_LENGTH) ,"invalid iv length"},
84 {ERR_REASON(GOST_R_MAC_KEY_NOT_SET) ,"mac key not set"},
85 {ERR_REASON(GOST_R_NO_PARAMETERS_SET) ,"no parameters set"},
86 {ERR_REASON(GOST_R_NO_PEER_KEY) ,"no peer key"},
88 {ERR_REASON(GOST_R_PUBLIC_KEY_UNDEFINED) ,"public key undefined"},
90 {ERR_REASON(GOST_R_SIGNATURE_MISMATCH) ,"signature mismatch"},
[all …]
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason) macro
74 {ERR_REASON(BN_R_ARG2_LT_ARG3) , "arg2 lt arg3"},
75 {ERR_REASON(BN_R_BAD_RECIPROCAL) , "bad reciprocal"},
77 {ERR_REASON(BN_R_BITS_TOO_SMALL) , "bits too small"},
79 {ERR_REASON(BN_R_DIV_BY_ZERO) , "div by zero"},
80 {ERR_REASON(BN_R_ENCODING_ERROR) , "encoding error"},
83 {ERR_REASON(BN_R_INVALID_LENGTH) , "invalid length"},
84 {ERR_REASON(BN_R_INVALID_RANGE) , "invalid range"},
85 {ERR_REASON(BN_R_NOT_A_SQUARE) , "not a square"},
87 {ERR_REASON(BN_R_NO_INVERSE) , "no inverse"},
[all …]
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason) macro
74 {ERR_REASON(CONF_R_ERROR_LOADING_DSO) , "error loading dso"},
75 {ERR_REASON(CONF_R_LIST_CANNOT_BE_NULL) , "list cannot be null"},
77 {ERR_REASON(CONF_R_MISSING_EQUAL_SIGN) , "missing equal sign"},
79 {ERR_REASON(CONF_R_MISSING_INIT_FUNCTION), "missing init function"},
81 {ERR_REASON(CONF_R_NO_CLOSE_BRACE) , "no close brace"},
82 {ERR_REASON(CONF_R_NO_CONF) , "no conf"},
84 {ERR_REASON(CONF_R_NO_SECTION) , "no section"},
85 {ERR_REASON(CONF_R_NO_SUCH_FILE) , "no such file"},
86 {ERR_REASON(CONF_R_NO_VALUE) , "no value"},
[all …]
/dragonfly/crypto/libressl/crypto/dso/
H A Ddso_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason) macro
74 {ERR_REASON(DSO_R_CTRL_FAILED) , "control command failed"},
75 {ERR_REASON(DSO_R_DSO_ALREADY_LOADED) , "dso already loaded"},
76 {ERR_REASON(DSO_R_EMPTY_FILE_STRUCTURE) , "empty file structure"},
77 {ERR_REASON(DSO_R_FAILURE) , "failure"},
78 {ERR_REASON(DSO_R_FILENAME_TOO_BIG) , "filename too big"},
80 {ERR_REASON(DSO_R_INCORRECT_FILE_SYNTAX) , "incorrect file syntax"},
82 {ERR_REASON(DSO_R_NAME_TRANSLATION_FAILED), "name translation failed"},
83 {ERR_REASON(DSO_R_NO_FILENAME) , "no filename"},
84 {ERR_REASON(DSO_R_NO_FILE_SPECIFICATION) , "no file specification"},
[all …]
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason) macro
75 {ERR_REASON(DSA_R_BAD_Q_VALUE) ,"bad q value"},
76 {ERR_REASON(DSA_R_BN_DECODE_ERROR) ,"bn decode error"},
77 {ERR_REASON(DSA_R_BN_ERROR) ,"bn error"},
79 {ERR_REASON(DSA_R_DECODE_ERROR) ,"decode error"},
80 {ERR_REASON(DSA_R_INVALID_DIGEST_TYPE) ,"invalid digest type"},
81 {ERR_REASON(DSA_R_MISSING_PARAMETERS) ,"missing parameters"},
82 {ERR_REASON(DSA_R_MODULUS_TOO_LARGE) ,"modulus too large"},
83 {ERR_REASON(DSA_R_NEED_NEW_SETUP_VALUES) ,"need new setup values"},
84 {ERR_REASON(DSA_R_NON_FIPS_DSA_METHOD) ,"non fips dsa method"},
[all …]
/dragonfly/crypto/libressl/crypto/ecdsa/
H A Decs_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason) macro
74 {ERR_REASON(ECDSA_R_BAD_SIGNATURE) , "bad signature"},
75 {ERR_REASON(ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE), "data too large for key size"},
76 {ERR_REASON(ECDSA_R_ERR_EC_LIB) , "err ec lib"},
77 {ERR_REASON(ECDSA_R_MISSING_PARAMETERS) , "missing parameters"},
78 {ERR_REASON(ECDSA_R_NEED_NEW_SETUP_VALUES), "need new setup values"},
79 {ERR_REASON(ECDSA_R_NON_FIPS_METHOD) , "non fips method"},
80 {ERR_REASON(ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED), "random number generation failed"},
81 {ERR_REASON(ECDSA_R_SIGNATURE_MALLOC_FAILED), "signature malloc failed"},
/dragonfly/crypto/libressl/crypto/ui/
H A Dui_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason) macro
74 {ERR_REASON(UI_R_COMMON_OK_AND_CANCEL_CHARACTERS), "common ok and cancel characters"},
75 {ERR_REASON(UI_R_INDEX_TOO_LARGE), "index too large"},
76 {ERR_REASON(UI_R_INDEX_TOO_SMALL), "index too small"},
77 {ERR_REASON(UI_R_NO_RESULT_BUFFER), "no result buffer"},
78 {ERR_REASON(UI_R_RESULT_TOO_LARGE), "result too large"},
79 {ERR_REASON(UI_R_RESULT_TOO_SMALL), "result too small"},
80 {ERR_REASON(UI_R_UNKNOWN_CONTROL_COMMAND), "unknown control command"},
/dragonfly/crypto/libressl/crypto/ecdh/
H A Dech_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason) macro
74 {ERR_REASON(ECDH_R_KDF_FAILED) , "KDF failed"},
75 {ERR_REASON(ECDH_R_KEY_TRUNCATION), "key would be truncated"},
76 {ERR_REASON(ECDH_R_NON_FIPS_METHOD) , "non fips method"},
77 {ERR_REASON(ECDH_R_NO_PRIVATE_VALUE) , "no private value"},
78 {ERR_REASON(ECDH_R_POINT_ARITHMETIC_FAILURE), "point arithmetic failure"},
/dragonfly/crypto/libressl/crypto/rand/
H A Drand_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason) macro
74 {ERR_REASON(RAND_R_DUAL_EC_DRBG_DISABLED), "dual ec drbg disabled"},
75 {ERR_REASON(RAND_R_ERROR_INITIALISING_DRBG), "error initialising drbg"},
76 {ERR_REASON(RAND_R_ERROR_INSTANTIATING_DRBG), "error instantiating drbg"},
77 {ERR_REASON(RAND_R_NO_FIPS_RANDOM_METHOD_SET), "no fips random method set"},
78 {ERR_REASON(RAND_R_PRNG_NOT_SEEDED) , "PRNG not seeded"},
/dragonfly/crypto/libressl/crypto/objects/
H A Dobj_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason) macro
74 {ERR_REASON(OBJ_R_MALLOC_FAILURE) , "malloc failure"},
75 {ERR_REASON(OBJ_R_UNKNOWN_NID) , "unknown nid"},
/dragonfly/crypto/libressl/crypto/
H A Dcpt_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason) macro
83 {ERR_REASON(CRYPTO_R_FIPS_MODE_NOT_SUPPORTED), "fips mode not supported"},
84 {ERR_REASON(CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK), "no dynlock create callback"},

12