]> git.ipfire.org Git - thirdparty/openssl.git/blob - crypto/bn/bn.err
Import of old SSLeay release: SSLeay 0.8.1b
[thirdparty/openssl.git] / crypto / bn / bn.err
1 /* Error codes for the BN functions. */
2
3 /* Function codes. */
4 #define BN_F_BN_BL_CTX_INIT 100
5 #define BN_F_BN_BL_CTX_NEW 101
6 #define BN_F_BN_BN2ASCII 102
7 #define BN_F_BN_CTX_NEW 103
8 #define BN_F_BN_DIV 104
9 #define BN_F_BN_EXPAND2 105
10 #define BN_F_BN_MOD_EXP_MONT 106
11 #define BN_F_BN_MOD_INVERSE 107
12 #define BN_F_BN_MOD_MUL_RECIPROCAL 108
13 #define BN_F_BN_NEW 109
14 #define BN_F_BN_RAND 110
15
16 /* Reason codes. */
17 #define BN_R_BAD_RECIPROCAL 100
18 #define BN_R_CALLED_WITH_EVEN_MODULUS 101
19 #define BN_R_DIV_BY_ZERO 102
20 #define BN_R_NO_INVERSE 103