Defines |
|
#define | R_CR_R_NO_REASON |
| | Indicates that the identifier is used for errors where no reason is supplied.
|
|
#define | R_CR_R_CRYPTO_IS_NULL |
| | Indicates that the cryptographic object passed to the operation was NULL.
|
|
#define | R_CR_R_CRYPTO_WRONG_TYPE |
| | Indicates that the cryptographic object passed to the operation did not have a type matching the required type for the operation being performed.
|
|
#define | R_CR_R_KEY_IS_NULL |
| | Indicates that the operation being performed detected that a required key value supplied has the value NULL.
|
| #define | R_CR_R_IMPL_IS_NULL |
| | Indicates that the operation requested has detected that the method called by the module is set to NULL. More...
|
| #define | R_CR_R_IMPL_METH_IS_NULL |
| | Indicates that the operation requested has detected that the underlying implementation called by the method is set to NULL. More...
|