Lines Matching refs:ERR_REASON
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_EVP,0,reason)
154 {ERR_REASON(EVP_R_AES_IV_SETUP_FAILED) ,"aes iv setup failed"},
155 {ERR_REASON(EVP_R_AES_KEY_SETUP_FAILED) ,"aes key setup failed"},
156 {ERR_REASON(EVP_R_ASN1_LIB) ,"asn1 lib"},
157 {ERR_REASON(EVP_R_BAD_BLOCK_LENGTH) ,"bad block length"},
158 {ERR_REASON(EVP_R_BAD_DECRYPT) ,"bad decrypt"},
159 {ERR_REASON(EVP_R_BAD_KEY_LENGTH) ,"bad key length"},
160 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"},
161 {ERR_REASON(EVP_R_BN_PUBKEY_ERROR) ,"bn pubkey error"},
162 {ERR_REASON(EVP_R_BUFFER_TOO_SMALL) ,"buffer too small"},
163 {ERR_REASON(EVP_R_CAMELLIA_KEY_SETUP_FAILED),"camellia key setup failed"},
164 {ERR_REASON(EVP_R_CIPHER_PARAMETER_ERROR),"cipher parameter error"},
165 {ERR_REASON(EVP_R_COMMAND_NOT_SUPPORTED) ,"command not supported"},
166 {ERR_REASON(EVP_R_CTRL_NOT_IMPLEMENTED) ,"ctrl not implemented"},
167 {ERR_REASON(EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED),"ctrl operation not implemented"},
168 {ERR_REASON(EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH),"data not multiple of block length"},
169 {ERR_REASON(EVP_R_DECODE_ERROR) ,"decode error"},
170 {ERR_REASON(EVP_R_DIFFERENT_KEY_TYPES) ,"different key types"},
171 {ERR_REASON(EVP_R_DIFFERENT_PARAMETERS) ,"different parameters"},
172 {ERR_REASON(EVP_R_DISABLED_FOR_FIPS) ,"disabled for fips"},
173 {ERR_REASON(EVP_R_ENCODE_ERROR) ,"encode error"},
174 {ERR_REASON(EVP_R_EVP_PBE_CIPHERINIT_ERROR),"evp pbe cipherinit error"},
175 {ERR_REASON(EVP_R_EXPECTING_AN_RSA_KEY) ,"expecting an rsa key"},
176 {ERR_REASON(EVP_R_EXPECTING_A_DH_KEY) ,"expecting a dh key"},
177 {ERR_REASON(EVP_R_EXPECTING_A_DSA_KEY) ,"expecting a dsa key"},
178 {ERR_REASON(EVP_R_EXPECTING_A_ECDSA_KEY) ,"expecting a ecdsa key"},
179 {ERR_REASON(EVP_R_EXPECTING_A_EC_KEY) ,"expecting a ec key"},
180 {ERR_REASON(EVP_R_INITIALIZATION_ERROR) ,"initialization error"},
181 {ERR_REASON(EVP_R_INPUT_NOT_INITIALIZED) ,"input not initialized"},
182 {ERR_REASON(EVP_R_INVALID_DIGEST) ,"invalid digest"},
183 {ERR_REASON(EVP_R_INVALID_KEY_LENGTH) ,"invalid key length"},
184 {ERR_REASON(EVP_R_INVALID_OPERATION) ,"invalid operation"},
185 {ERR_REASON(EVP_R_IV_TOO_LARGE) ,"iv too large"},
186 {ERR_REASON(EVP_R_KEYGEN_FAILURE) ,"keygen failure"},
187 {ERR_REASON(EVP_R_MESSAGE_DIGEST_IS_NULL),"message digest is null"},
188 {ERR_REASON(EVP_R_METHOD_NOT_SUPPORTED) ,"method not supported"},
189 {ERR_REASON(EVP_R_MISSING_PARAMETERS) ,"missing parameters"},
190 {ERR_REASON(EVP_R_NO_CIPHER_SET) ,"no cipher set"},
191 {ERR_REASON(EVP_R_NO_DEFAULT_DIGEST) ,"no default digest"},
192 {ERR_REASON(EVP_R_NO_DIGEST_SET) ,"no digest set"},
193 {ERR_REASON(EVP_R_NO_DSA_PARAMETERS) ,"no dsa parameters"},
194 {ERR_REASON(EVP_R_NO_KEY_SET) ,"no key set"},
195 {ERR_REASON(EVP_R_NO_OPERATION_SET) ,"no operation set"},
196 {ERR_REASON(EVP_R_NO_SIGN_FUNCTION_CONFIGURED),"no sign function configured"},
197 {ERR_REASON(EVP_R_NO_VERIFY_FUNCTION_CONFIGURED),"no verify function configured"},
198 {ERR_REASON(EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE),"operation not supported for this keytype"},
199 {ERR_REASON(EVP_R_OPERATON_NOT_INITIALIZED),"operaton not initialized"},
200 {ERR_REASON(EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE),"pkcs8 unknown broken type"},
201 {ERR_REASON(EVP_R_PRIVATE_KEY_DECODE_ERROR),"private key decode error"},
202 {ERR_REASON(EVP_R_PRIVATE_KEY_ENCODE_ERROR),"private key encode error"},
203 {ERR_REASON(EVP_R_PUBLIC_KEY_NOT_RSA) ,"public key not rsa"},
204 {ERR_REASON(EVP_R_TOO_LARGE) ,"too large"},
205 {ERR_REASON(EVP_R_UNKNOWN_CIPHER) ,"unknown cipher"},
206 {ERR_REASON(EVP_R_UNKNOWN_DIGEST) ,"unknown digest"},
207 {ERR_REASON(EVP_R_UNKNOWN_PBE_ALGORITHM) ,"unknown pbe algorithm"},
208 {ERR_REASON(EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS),"unsuported number of rounds"},
209 {ERR_REASON(EVP_R_UNSUPPORTED_ALGORITHM) ,"unsupported algorithm"},
210 {ERR_REASON(EVP_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"},
211 {ERR_REASON(EVP_R_UNSUPPORTED_KEYLENGTH) ,"unsupported keylength"},
212 {ERR_REASON(EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION),"unsupported key derivation function"},
213 {ERR_REASON(EVP_R_UNSUPPORTED_KEY_SIZE) ,"unsupported key size"},
214 {ERR_REASON(EVP_R_UNSUPPORTED_PRF) ,"unsupported prf"},
215 {ERR_REASON(EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM),"unsupported private key algorithm"},
216 {ERR_REASON(EVP_R_UNSUPPORTED_SALT_TYPE) ,"unsupported salt type"},
217 {ERR_REASON(EVP_R_WRONG_FINAL_BLOCK_LENGTH),"wrong final block length"},
218 {ERR_REASON(EVP_R_WRONG_PUBLIC_KEY_TYPE) ,"wrong public key type"},