Import of old SSLeay release: SSLeay 0.8.1b
[openssl.git] / crypto / evp / evp.err
1 /* Error codes for the EVP functions. */
2
3 /* Function codes. */
4 #define EVP_F_D2I_PKEY                                   100
5 #define EVP_F_EVP_DECRYPTFINAL                           101
6 #define EVP_F_EVP_OPENINIT                               102
7 #define EVP_F_EVP_PKEY_COPY_PARAMETERS                   103
8 #define EVP_F_EVP_PKEY_NEW                               104
9 #define EVP_F_EVP_SEALINIT                               105
10 #define EVP_F_EVP_SIGNFINAL                              106
11 #define EVP_F_EVP_VERIFYFINAL                            107
12
13 /* Reason codes. */
14 #define EVP_R_BAD_DECRYPT                                100
15 #define EVP_R_DIFFERENT_KEY_TYPES                        101
16 #define EVP_R_IV_TOO_LARGE                               102
17 #define EVP_R_MISSING_PARMATERS                          103
18 #define EVP_R_NO_SIGN_FUNCTION_CONFIGURED                104
19 #define EVP_R_NO_VERIFY_FUNCTION_CONFIGURED              105
20 #define EVP_R_PUBLIC_KEY_NOT_RSA                         106
21 #define EVP_R_UNSUPPORTED_CIPHER                         107
22 #define EVP_R_WRONG_FINAL_BLOCK_LENGTH                   108
23 #define EVP_R_WRONG_PUBLIC_KEY_TYPE                      109