Further PKCS#12 integration, PBE, PKCS#8 additions.
[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_MD_CTX_COPY                            110
7 #define EVP_F_EVP_OPENINIT                               102
8 #define EVP_F_EVP_PBE_ALGOR_CIPHERINIT                   114
9 #define EVP_F_EVP_PBE_ALG_ADD                            115
10 #define EVP_F_EVP_PBE_CIPHERINIT                         116
11 #define EVP_F_EVP_PKCS82PKEY                             111
12 #define EVP_F_EVP_PKCS8_SET_BROKEN                       112
13 #define EVP_F_EVP_PKEY2PKCS8                             113
14 #define EVP_F_EVP_PKEY_COPY_PARAMETERS                   103
15 #define EVP_F_EVP_PKEY_DECRYPT                           104
16 #define EVP_F_EVP_PKEY_ENCRYPT                           105
17 #define EVP_F_EVP_PKEY_NEW                               106
18 #define EVP_F_EVP_SIGNFINAL                              107
19 #define EVP_F_EVP_VERIFYFINAL                            108
20 #define EVP_F_RC2_MAGIC_TO_METH                          109
21
22 /* Reason codes. */
23 #define EVP_R_BAD_DECRYPT                                100
24 #define EVP_R_BN_DECODE_ERROR                            112
25 #define EVP_R_BN_PUBKEY_ERROR                            113
26 #define EVP_R_DECODE_ERROR                               114
27 #define EVP_R_DIFFERENT_KEY_TYPES                        101
28 #define EVP_R_ENCODE_ERROR                               115
29 #define EVP_R_EVP_PBE_CIPHERINIT_ERROR                   119
30 #define EVP_R_INPUT_NOT_INITALISED                       111
31 #define EVP_R_IV_TOO_LARGE                               102
32 #define EVP_R_KEYGEN_FAILURE                             120
33 #define EVP_R_MISSING_PARMATERS                          103
34 #define EVP_R_NO_DSA_PARAMETERS                          116
35 #define EVP_R_NO_SIGN_FUNCTION_CONFIGURED                104
36 #define EVP_R_NO_VERIFY_FUNCTION_CONFIGURED              105
37 #define EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE                  117
38 #define EVP_R_PUBLIC_KEY_NOT_RSA                         106
39 #define EVP_R_UNKNOWN_PBE_ALGORITHM                      121
40 #define EVP_R_UNSUPPORTED_CIPHER                         107
41 #define EVP_R_UNSUPPORTED_KEY_SIZE                       108
42 #define EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM          118
43 #define EVP_R_WRONG_FINAL_BLOCK_LENGTH                   109
44 #define EVP_R_WRONG_PUBLIC_KEY_TYPE                      110