The parameter value is not valid.
Definition: iqr_retval.h:47
The provided buffer has an invalid size.
Definition: iqr_retval.h:44
The provided data is invalid.
Definition: iqr_retval.h:65
IQR_API const char * iqr_StrError(iqr_retval ret)
Definition: iqr_retval.h:69
The decryption algorithm failed to decrypt the ciphertext.
Definition: iqr_retval.h:121
The signature of the message is invalid.
Definition: iqr_retval.h:101
The private key is invalid.
Definition: iqr_retval.h:92
The key cannot be used to create more signatures.
Definition: iqr_retval.h:104
The specified structure is not initialized.
Definition: iqr_retval.h:41
The parameter value is out of range.
Definition: iqr_retval.h:50
A NULL pointer was passed in where a valid pointer was expected.
Definition: iqr_retval.h:35
The arithmetic operation resulted in integer overflow.
Definition: iqr_retval.h:128
The object is invalid.
Definition: iqr_retval.h:56
The provided hashing algorithm is not valid for this key type.
Definition: iqr_retval.h:82
Input and output pointers must not be overlapping buffers.
Definition: iqr_retval.h:72
The provided callback pointers are invalid.
Definition: iqr_retval.h:59
The symmetric key is invalid.
Definition: iqr_retval.h:95
The Random Number Generator must be reseeded.
Definition: iqr_retval.h:114
The parameter value is valid but not supported.
Definition: iqr_retval.h:53
The public key is not derived from the private key.
Definition: iqr_retval.h:98
The algorithm state is invalid.
Definition: iqr_retval.h:79
The public key is invalid.
Definition: iqr_retval.h:89
The arithmetic operation resulted in division by zero.
Definition: iqr_retval.h:131
Success, function completed successfully.
Definition: iqr_retval.h:28
The Random Number Generator has not been seeded.
Definition: iqr_retval.h:111
Memory allocation failed.
Definition: iqr_retval.h:38
The arithmetic operation produced wrong result.
Definition: iqr_retval.h:134
iqr_retval
Definition: iqr_retval.h:26
Callbacks to an algorithm were not registered prior to use.
Definition: iqr_retval.h:62