Searched refs:ERR_REASON (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ASN1,0,reason) macro
76 {ERR_REASON(ASN1_R_ADDING_OBJECT) , "adding object"},
77 {ERR_REASON(ASN1_R_ASN1_PARSE_ERROR) , "asn1 parse error"},
78 {ERR_REASON(ASN1_R_ASN1_SIG_PARSE_ERROR) , "asn1 sig parse error"},
79 {ERR_REASON(ASN1_R_AUX_ERROR) , "aux error"},
80 {ERR_REASON(ASN1_R_BAD_CLASS) , "bad class"},
81 {ERR_REASON(ASN1_R_BAD_OBJECT_HEADER) , "bad object header"},
82 {ERR_REASON(ASN1_R_BAD_PASSWORD_READ) , "bad password read"},
83 {ERR_REASON(ASN1_R_BAD_TAG) , "bad tag"},
84 {ERR_REASON(ASN1_R_BAD_TEMPLAT
[all...]
/openbsd-current/lib/libcrypto/sm2/
H A Dsm2_err.c19 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_SM2,0,reason) macro
27 {ERR_REASON(SM2_R_ASN1_ERROR), "asn1 error"},
28 {ERR_REASON(SM2_R_ASN5_ERROR), "asn5 error"},
29 {ERR_REASON(SM2_R_BAD_SIGNATURE), "bad signature"},
30 {ERR_REASON(SM2_R_BIGNUM_OUT_OF_RANGE), "bignum out of range"},
31 {ERR_REASON(SM2_R_BUFFER_TOO_SMALL), "buffer too small"},
32 {ERR_REASON(SM2_R_COORDINATES_OUT_OF_RANGE), "coordinates out of range"},
33 {ERR_REASON(SM2_R_CURVE_DOES_NOT_SUPPORT_ECDH), "curve does not support ecdh"},
34 {ERR_REASON(SM2_R_CURVE_DOES_NOT_SUPPORT_SIGNING), "curve does not support signing"},
35 {ERR_REASON(SM2_R_D2I_ECPKPARAMETERS_FAILUR
[all...]
/openbsd-current/lib/libcrypto/ec/
H A Dec_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EC,0,reason) macro
76 {ERR_REASON(EC_R_ASN1_ERROR), "asn1 error"},
77 {ERR_REASON(EC_R_ASN1_UNKNOWN_FIELD), "asn1 unknown field"},
78 {ERR_REASON(EC_R_BAD_SIGNATURE), "bad signature"},
79 {ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE), "bignum out of range"},
80 {ERR_REASON(EC_R_BUFFER_TOO_SMALL), "buffer too small"},
81 {ERR_REASON(EC_R_COORDINATES_OUT_OF_RANGE), "coordinates out of range"},
82 {ERR_REASON(EC_R_D2I_ECPKPARAMETERS_FAILURE), "d2i ecpkparameters failure"},
83 {ERR_REASON(EC_R_DECODE_ERROR), "decode error"},
84 {ERR_REASON(EC_R_DISCRIMINANT_IS_ZER
[all...]
/openbsd-current/lib/libcrypto/evp/
H A Devp_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason) macro
76 {ERR_REASON(EVP_R_AES_IV_SETUP_FAILED) , "aes iv setup failed"},
77 {ERR_REASON(EVP_R_AES_KEY_SETUP_FAILED) , "aes key setup failed"},
78 {ERR_REASON(EVP_R_ASN1_LIB) , "asn1 lib"},
79 {ERR_REASON(EVP_R_BAD_BLOCK_LENGTH) , "bad block length"},
80 {ERR_REASON(EVP_R_BAD_DECRYPT) , "bad decrypt"},
81 {ERR_REASON(EVP_R_BAD_KEY_LENGTH) , "bad key length"},
82 {ERR_REASON(EVP_R_BN_DECODE_ERROR) , "bn decode error"},
83 {ERR_REASON(EVP_R_BN_PUBKEY_ERROR) , "bn pubkey error"},
84 {ERR_REASON(EVP_R_BUFFER_TOO_SMAL
[all...]
/openbsd-current/lib/libssl/
H A Dssl_err.c67 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason) macro
157 {ERR_REASON(SSL_R_APP_DATA_IN_HANDSHAKE) , "app data in handshake"},
158 {ERR_REASON(SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT), "attempt to reuse session in different context"},
159 {ERR_REASON(SSL_R_BAD_ALERT_RECORD) , "bad alert record"},
160 {ERR_REASON(SSL_R_BAD_AUTHENTICATION_TYPE), "bad authentication type"},
161 {ERR_REASON(SSL_R_BAD_CHANGE_CIPHER_SPEC), "bad change cipher spec"},
162 {ERR_REASON(SSL_R_BAD_CHECKSUM) , "bad checksum"},
163 {ERR_REASON(SSL_R_BAD_DATA_RETURNED_BY_CALLBACK), "bad data returned by callback"},
164 {ERR_REASON(SSL_R_BAD_DECOMPRESSION) , "bad decompression"},
165 {ERR_REASON(SSL_R_BAD_DH_G_LENGT
[all...]
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpkcs7err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason) macro
76 {ERR_REASON(PKCS7_R_CERTIFICATE_VERIFY_ERROR), "certificate verify error"},
77 {ERR_REASON(PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER), "cipher has no object identifier"},
78 {ERR_REASON(PKCS7_R_CIPHER_NOT_INITIALIZED), "cipher not initialized"},
79 {ERR_REASON(PKCS7_R_CONTENT_AND_DATA_PRESENT), "content and data present"},
80 {ERR_REASON(PKCS7_R_CTRL_ERROR) , "ctrl error"},
81 {ERR_REASON(PKCS7_R_DECODE_ERROR) , "decode error"},
82 {ERR_REASON(PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH), "decrypted key is wrong length"},
83 {ERR_REASON(PKCS7_R_DECRYPT_ERROR) , "decrypt error"},
84 {ERR_REASON(PKCS7_R_DIGEST_FAILUR
[all...]
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RSA,0,reason) macro
76 {ERR_REASON(RSA_R_ALGORITHM_MISMATCH) , "algorithm mismatch"},
77 {ERR_REASON(RSA_R_BAD_E_VALUE) , "bad e value"},
78 {ERR_REASON(RSA_R_BAD_FIXED_HEADER_DECRYPT), "bad fixed header decrypt"},
79 {ERR_REASON(RSA_R_BAD_PAD_BYTE_COUNT) , "bad pad byte count"},
80 {ERR_REASON(RSA_R_BAD_SIGNATURE) , "bad signature"},
81 {ERR_REASON(RSA_R_BLOCK_TYPE_IS_NOT_01) , "block type is not 01"},
82 {ERR_REASON(RSA_R_BLOCK_TYPE_IS_NOT_02) , "block type is not 02"},
83 {ERR_REASON(RSA_R_DATA_GREATER_THAN_MOD_LEN), "data greater than mod len"},
84 {ERR_REASON(RSA_R_DATA_TOO_LARG
[all...]
/openbsd-current/lib/libcrypto/x509/
H A Dx509_err.c69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason) macro
77 {ERR_REASON(X509_R_BAD_X509_FILETYPE) , "bad x509 filetype"},
78 {ERR_REASON(X509_R_BASE64_DECODE_ERROR) , "base64 decode error"},
79 {ERR_REASON(X509_R_CANT_CHECK_DH_KEY) , "cant check dh key"},
80 {ERR_REASON(X509_R_CERT_ALREADY_IN_HASH_TABLE), "cert already in hash table"},
81 {ERR_REASON(X509_R_ERR_ASN1_LIB) , "err asn1 lib"},
82 {ERR_REASON(X509_R_INVALID_DIRECTORY) , "invalid directory"},
83 {ERR_REASON(X509_R_INVALID_FIELD_NAME) , "invalid field name"},
84 {ERR_REASON(X509_R_INVALID_TRUST) , "invalid trust"},
85 {ERR_REASON(X509_R_INVALID_VERSIO
109 #undef ERR_REASON macro
111 #define ERR_REASON macro
[all...]
/openbsd-current/lib/libcrypto/ts/
H A Dts_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason) macro
76 {ERR_REASON(TS_R_BAD_PKCS7_TYPE) , "bad pkcs7 type"},
77 {ERR_REASON(TS_R_BAD_TYPE) , "bad type"},
78 {ERR_REASON(TS_R_CERTIFICATE_VERIFY_ERROR), "certificate verify error"},
79 {ERR_REASON(TS_R_COULD_NOT_SET_ENGINE) , "could not set engine"},
80 {ERR_REASON(TS_R_COULD_NOT_SET_TIME) , "could not set time"},
81 {ERR_REASON(TS_R_D2I_TS_RESP_INT_FAILED) , "d2i ts resp int failed"},
82 {ERR_REASON(TS_R_DETACHED_CONTENT) , "detached content"},
83 {ERR_REASON(TS_R_ESS_ADD_SIGNING_CERT_ERROR), "ess add signing cert error"},
84 {ERR_REASON(TS_R_ESS_SIGNING_CERTIFICATE_ERRO
[all...]
/openbsd-current/lib/libcrypto/bio/
H A Dbio_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason) macro
76 {ERR_REASON(BIO_R_ACCEPT_ERROR) , "accept error"},
77 {ERR_REASON(BIO_R_BAD_FOPEN_MODE) , "bad fopen mode"},
78 {ERR_REASON(BIO_R_BAD_HOSTNAME_LOOKUP) , "bad hostname lookup"},
79 {ERR_REASON(BIO_R_BROKEN_PIPE) , "broken pipe"},
80 {ERR_REASON(BIO_R_CONNECT_ERROR) , "connect error"},
81 {ERR_REASON(BIO_R_EOF_ON_MEMORY_BIO) , "EOF on memory BIO"},
82 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO) , "error setting nbio"},
83 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET), "error setting nbio on accepted socket"},
84 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKE
[all...]
/openbsd-current/lib/libcrypto/bn/
H A Dbn_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason) macro
76 {ERR_REASON(BN_R_ARG2_LT_ARG3) , "arg2 lt arg3"},
77 {ERR_REASON(BN_R_BAD_RECIPROCAL) , "bad reciprocal"},
78 {ERR_REASON(BN_R_BIGNUM_TOO_LONG) , "bignum too long"},
79 {ERR_REASON(BN_R_BITS_TOO_SMALL) , "bits too small"},
80 {ERR_REASON(BN_R_CALLED_WITH_EVEN_MODULUS), "called with even modulus"},
81 {ERR_REASON(BN_R_DIV_BY_ZERO) , "div by zero"},
82 {ERR_REASON(BN_R_ENCODING_ERROR) , "encoding error"},
83 {ERR_REASON(BN_R_EXPAND_ON_STATIC_BIGNUM_DATA), "expand on static bignum data"},
84 {ERR_REASON(BN_R_INPUT_NOT_REDUCE
[all...]
/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason) macro
76 {ERR_REASON(OCSP_R_BAD_DATA) , "bad data"},
77 {ERR_REASON(OCSP_R_CERTIFICATE_VERIFY_ERROR), "certificate verify error"},
78 {ERR_REASON(OCSP_R_DIGEST_ERR) , "digest err"},
79 {ERR_REASON(OCSP_R_ERROR_IN_NEXTUPDATE_FIELD), "error in nextupdate field"},
80 {ERR_REASON(OCSP_R_ERROR_IN_THISUPDATE_FIELD), "error in thisupdate field"},
81 {ERR_REASON(OCSP_R_ERROR_PARSING_URL) , "error parsing url"},
82 {ERR_REASON(OCSP_R_MISSING_OCSPSIGNING_USAGE), "missing ocspsigning usage"},
83 {ERR_REASON(OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE), "nextupdate before thisupdate"},
84 {ERR_REASON(OCSP_R_NOT_BASIC_RESPONS
[all...]
/openbsd-current/lib/libcrypto/pem/
H A Dpem_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason) macro
76 {ERR_REASON(PEM_R_BAD_BASE64_DECODE) , "bad base64 decode"},
77 {ERR_REASON(PEM_R_BAD_DECRYPT) , "bad decrypt"},
78 {ERR_REASON(PEM_R_BAD_END_LINE) , "bad end line"},
79 {ERR_REASON(PEM_R_BAD_IV_CHARS) , "bad iv chars"},
80 {ERR_REASON(PEM_R_BAD_MAGIC_NUMBER) , "bad magic number"},
81 {ERR_REASON(PEM_R_BAD_PASSWORD_READ) , "bad password read"},
82 {ERR_REASON(PEM_R_BAD_VERSION_NUMBER) , "bad version number"},
83 {ERR_REASON(PEM_R_BIO_WRITE_FAILURE) , "bio write failure"},
84 {ERR_REASON(PEM_R_CIPHER_IS_NUL
[all...]
/openbsd-current/lib/libcrypto/conf/
H A Dconf_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason) macro
76 {ERR_REASON(CONF_R_ERROR_LOADING_DSO) , "error loading dso"},
77 {ERR_REASON(CONF_R_LIST_CANNOT_BE_NULL) , "list cannot be null"},
78 {ERR_REASON(CONF_R_MISSING_CLOSE_SQUARE_BRACKET), "missing close square bracket"},
79 {ERR_REASON(CONF_R_MISSING_EQUAL_SIGN) , "missing equal sign"},
80 {ERR_REASON(CONF_R_MISSING_FINISH_FUNCTION), "missing finish function"},
81 {ERR_REASON(CONF_R_MISSING_INIT_FUNCTION), "missing init function"},
82 {ERR_REASON(CONF_R_MODULE_INITIALIZATION_ERROR), "module initialization error"},
83 {ERR_REASON(CONF_R_NO_CLOSE_BRACE) , "no close brace"},
84 {ERR_REASON(CONF_R_NO_CON
[all...]
/openbsd-current/lib/libcrypto/dh/
H A Ddh_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason) macro
76 {ERR_REASON(DH_R_BAD_GENERATOR) ,"bad generator"},
77 {ERR_REASON(DH_R_BN_DECODE_ERROR) ,"bn decode error"},
78 {ERR_REASON(DH_R_BN_ERROR) ,"bn error"},
79 {ERR_REASON(DH_R_DECODE_ERROR) ,"decode error"},
80 {ERR_REASON(DH_R_INVALID_PUBKEY) ,"invalid public key"},
81 {ERR_REASON(DH_R_KEYS_NOT_SET) ,"keys not set"},
82 {ERR_REASON(DH_R_KEY_SIZE_TOO_SMALL) ,"key size too small"},
83 {ERR_REASON(DH_R_MODULUS_TOO_LARGE) ,"modulus too large"},
84 {ERR_REASON(DH_R_NON_FIPS_METHO
[all...]
/openbsd-current/lib/libcrypto/pkcs12/
H A Dpk12err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason) macro
76 {ERR_REASON(PKCS12_R_CANT_PACK_STRUCTURE), "cant pack structure"},
77 {ERR_REASON(PKCS12_R_CONTENT_TYPE_NOT_DATA), "content type not data"},
78 {ERR_REASON(PKCS12_R_DECODE_ERROR) , "decode error"},
79 {ERR_REASON(PKCS12_R_ENCODE_ERROR) , "encode error"},
80 {ERR_REASON(PKCS12_R_ENCRYPT_ERROR) , "encrypt error"},
81 {ERR_REASON(PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE), "error setting encrypted data type"},
82 {ERR_REASON(PKCS12_R_INVALID_NULL_ARGUMENT), "invalid null argument"},
83 {ERR_REASON(PKCS12_R_INVALID_NULL_PKCS12_POINTER), "invalid null pkcs12 pointer"},
84 {ERR_REASON(PKCS12_R_IV_GEN_ERRO
[all...]
/openbsd-current/lib/libcrypto/dsa/
H A Ddsa_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason) macro
76 {ERR_REASON(DSA_R_BAD_Q_VALUE) ,"bad q value"},
77 {ERR_REASON(DSA_R_BN_DECODE_ERROR) ,"bn decode error"},
78 {ERR_REASON(DSA_R_BN_ERROR) ,"bn error"},
79 {ERR_REASON(DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"},
80 {ERR_REASON(DSA_R_DECODE_ERROR) ,"decode error"},
81 {ERR_REASON(DSA_R_INVALID_DIGEST_TYPE) ,"invalid digest type"},
82 {ERR_REASON(DSA_R_INVALID_PARAMETERS) ,"invalid parameters"},
83 {ERR_REASON(DSA_R_MISSING_PARAMETERS) ,"missing parameters"},
84 {ERR_REASON(DSA_R_MODULUS_TOO_LARG
[all...]
/openbsd-current/lib/libcrypto/ui/
H A Dui_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason) macro
76 {ERR_REASON(UI_R_COMMON_OK_AND_CANCEL_CHARACTERS), "common ok and cancel characters"},
77 {ERR_REASON(UI_R_INDEX_TOO_LARGE), "index too large"},
78 {ERR_REASON(UI_R_INDEX_TOO_SMALL), "index too small"},
79 {ERR_REASON(UI_R_NO_RESULT_BUFFER), "no result buffer"},
80 {ERR_REASON(UI_R_RESULT_TOO_LARGE), "result too large"},
81 {ERR_REASON(UI_R_RESULT_TOO_SMALL), "result too small"},
82 {ERR_REASON(UI_R_UNKNOWN_CONTROL_COMMAND), "unknown control command"},
/openbsd-current/lib/libcrypto/rand/
H A Drand_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason) macro
76 {ERR_REASON(RAND_R_DUAL_EC_DRBG_DISABLED), "dual ec drbg disabled"},
77 {ERR_REASON(RAND_R_ERROR_INITIALISING_DRBG), "error initialising drbg"},
78 {ERR_REASON(RAND_R_ERROR_INSTANTIATING_DRBG), "error instantiating drbg"},
79 {ERR_REASON(RAND_R_NO_FIPS_RANDOM_METHOD_SET), "no fips random method set"},
80 {ERR_REASON(RAND_R_PRNG_NOT_SEEDED) , "PRNG not seeded"},
/openbsd-current/lib/libcrypto/objects/
H A Dobj_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason) macro
76 {ERR_REASON(OBJ_R_MALLOC_FAILURE) , "malloc failure"},
77 {ERR_REASON(OBJ_R_UNKNOWN_NID) , "unknown nid"},
/openbsd-current/lib/libcrypto/
H A Dcpt_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason) macro
85 {ERR_REASON(CRYPTO_R_FIPS_MODE_NOT_SUPPORTED), "fips mode not supported"},
86 {ERR_REASON(CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK), "no dynlock create callback"},
/openbsd-current/lib/libcrypto/buffer/
H A Dbuf_err.c68 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason) macro
/openbsd-current/lib/libcrypto/cms/
H A Dcms_err.c19 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CMS,0,reason) macro

Completed in 1403 milliseconds