OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
rsaref_err.h File Reference

Go to the source code of this file.

Macros

#define RSAREFerr(f, r)   ERR_RSAREF_error((f),(r),__FILE__,__LINE__)
 
#define RSAREF_F_BNREF_MOD_EXP   100
 
#define RSAREF_F_CIPHER_DES_CBC_CODE   112
 
#define RSAREF_F_RSAREF_BN2BIN   101
 
#define RSAREF_F_RSAREF_MOD_EXP   102
 
#define RSAREF_F_RSAREF_PRIVATE_DECRYPT   103
 
#define RSAREF_F_RSAREF_PRIVATE_ENCRYPT   104
 
#define RSAREF_F_RSAREF_PUBLIC_DECRYPT   105
 
#define RSAREF_F_RSAREF_PUBLIC_ENCRYPT   106
 
#define RSAREF_F_RSA_BN2BIN   107
 
#define RSAREF_F_RSA_PRIVATE_DECRYPT   108
 
#define RSAREF_F_RSA_PRIVATE_ENCRYPT   109
 
#define RSAREF_F_RSA_PUBLIC_DECRYPT   110
 
#define RSAREF_F_RSA_PUBLIC_ENCRYPT   111
 
#define RSAREF_R_CONTENT_ENCODING   100
 
#define RSAREF_R_DATA   101
 
#define RSAREF_R_DIGEST_ALGORITHM   102
 
#define RSAREF_R_ENCODING   103
 
#define RSAREF_R_ENCRYPTION_ALGORITHM   104
 
#define RSAREF_R_KEY   105
 
#define RSAREF_R_KEY_ENCODING   106
 
#define RSAREF_R_LEN   107
 
#define RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED   114
 
#define RSAREF_R_MODULUS_LEN   108
 
#define RSAREF_R_NEED_RANDOM   109
 
#define RSAREF_R_PRIVATE_KEY   110
 
#define RSAREF_R_PUBLIC_KEY   111
 
#define RSAREF_R_SIGNATURE   112
 
#define RSAREF_R_SIGNATURE_ENCODING   113
 
#define RSAREF_R_UNKNOWN_FAULT   115
 

Macro Definition Documentation

#define RSAREF_F_BNREF_MOD_EXP   100

Definition at line 74 of file rsaref_err.h.

#define RSAREF_F_CIPHER_DES_CBC_CODE   112

Definition at line 75 of file rsaref_err.h.

#define RSAREF_F_RSA_BN2BIN   107

Definition at line 82 of file rsaref_err.h.

#define RSAREF_F_RSA_PRIVATE_DECRYPT   108

Definition at line 83 of file rsaref_err.h.

#define RSAREF_F_RSA_PRIVATE_ENCRYPT   109

Definition at line 84 of file rsaref_err.h.

#define RSAREF_F_RSA_PUBLIC_DECRYPT   110

Definition at line 85 of file rsaref_err.h.

#define RSAREF_F_RSA_PUBLIC_ENCRYPT   111

Definition at line 86 of file rsaref_err.h.

#define RSAREF_F_RSAREF_BN2BIN   101

Definition at line 76 of file rsaref_err.h.

#define RSAREF_F_RSAREF_MOD_EXP   102

Definition at line 77 of file rsaref_err.h.

#define RSAREF_F_RSAREF_PRIVATE_DECRYPT   103

Definition at line 78 of file rsaref_err.h.

#define RSAREF_F_RSAREF_PRIVATE_ENCRYPT   104

Definition at line 79 of file rsaref_err.h.

#define RSAREF_F_RSAREF_PUBLIC_DECRYPT   105

Definition at line 80 of file rsaref_err.h.

#define RSAREF_F_RSAREF_PUBLIC_ENCRYPT   106

Definition at line 81 of file rsaref_err.h.

#define RSAREF_R_CONTENT_ENCODING   100

Definition at line 89 of file rsaref_err.h.

#define RSAREF_R_DATA   101

Definition at line 90 of file rsaref_err.h.

#define RSAREF_R_DIGEST_ALGORITHM   102

Definition at line 91 of file rsaref_err.h.

#define RSAREF_R_ENCODING   103

Definition at line 92 of file rsaref_err.h.

#define RSAREF_R_ENCRYPTION_ALGORITHM   104

Definition at line 93 of file rsaref_err.h.

#define RSAREF_R_KEY   105

Definition at line 94 of file rsaref_err.h.

#define RSAREF_R_KEY_ENCODING   106

Definition at line 95 of file rsaref_err.h.

#define RSAREF_R_LEN   107

Definition at line 96 of file rsaref_err.h.

#define RSAREF_R_LENGTH_NOT_BLOCK_ALIGNED   114

Definition at line 97 of file rsaref_err.h.

#define RSAREF_R_MODULUS_LEN   108

Definition at line 98 of file rsaref_err.h.

#define RSAREF_R_NEED_RANDOM   109

Definition at line 99 of file rsaref_err.h.

#define RSAREF_R_PRIVATE_KEY   110

Definition at line 100 of file rsaref_err.h.

#define RSAREF_R_PUBLIC_KEY   111

Definition at line 101 of file rsaref_err.h.

#define RSAREF_R_SIGNATURE   112

Definition at line 102 of file rsaref_err.h.

#define RSAREF_R_SIGNATURE_ENCODING   113

Definition at line 103 of file rsaref_err.h.

#define RSAREF_R_UNKNOWN_FAULT   115

Definition at line 104 of file rsaref_err.h.

#define RSAREFerr (   f,
 
)    ERR_RSAREF_error((f),(r),__FILE__,__LINE__)

Definition at line 70 of file rsaref_err.h.