
ISARA Radiate™ Quantum-safe Library Version 3.1
Quantum-safe cryptographic primitives and algorithms.
iqr_retval.h
Go to the documentation of this file.
32 // -----------------------------------------------------------------------------------------------------------------------------
34 // -----------------------------------------------------------------------------------------------------------------------------
88 // -----------------------------------------------------------------------------------------------------------------------------
90 // -----------------------------------------------------------------------------------------------------------------------------
98 // -----------------------------------------------------------------------------------------------------------------------------
100 // -----------------------------------------------------------------------------------------------------------------------------
124 // -----------------------------------------------------------------------------------------------------------------------------
126 // -----------------------------------------------------------------------------------------------------------------------------
134 // -----------------------------------------------------------------------------------------------------------------------------
136 // -----------------------------------------------------------------------------------------------------------------------------
142 // ---------------------------------------------------------------------------------------------------------------------------------
@ IQR_ENOTREGISTERED
Callbacks to an algorithm were not registered prior to use.
Definition: iqr_retval.h:64
@ IQR_EVALUENOTSUPP
The parameter value is valid but not supported.
Definition: iqr_retval.h:55
@ IQR_EPTROVERLAP
Input and output pointers must not be overlapping buffers.
Definition: iqr_retval.h:77
@ IQR_EINVCALLBACKS
The provided callback pointers are invalid.
Definition: iqr_retval.h:61
@ IQR_EINVHASHALGO
The provided hashing algorithm is not valid for this key type.
Definition: iqr_retval.h:96
@ IQR_ENOTSEEDED
The Random Number Generator has not been seeded.
Definition: iqr_retval.h:129
@ IQR_EVERSIONMISMATCH
The object version does not match the library version.
Definition: iqr_retval.h:86
@ IQR_EINVSTRATEGY
The chosen tree strategy cannot be used for this function.
Definition: iqr_retval.h:83
@ IQR_ELIBRARYMISMATCH
Library version does not match header version.
Definition: iqr_retval.h:80
@ IQR_EKEYPAIRMISMATCH
The public key is not derived from the private key.
Definition: iqr_retval.h:112
@ IQR_ESTATEDEPLETED
The state cannot be used to create more signatures.
Definition: iqr_retval.h:122
ISARA Radiate Quantum-Safe Library's API declarations.
@ IQR_ENULLPTR
A NULL pointer was passed in where a valid pointer was expected.
Definition: iqr_retval.h:37
const IQR_API char * iqr_StrError(iqr_retval ret)
@ IQR_EDECRYPTIONFAILED
The decryption algorithm failed to decrypt the ciphertext.
Definition: iqr_retval.h:139