Return code definitions. More...
Macros | |
| #define | MCUXCLRSA_STATUS_SIGN_OK |
| RSA sign operation successful. More... | |
| #define | MCUXCLRSA_STATUS_VERIFY_OK |
| RSA verify operation successful. More... | |
| #define | MCUXCLRSA_STATUS_VERIFYPRIMITIVE_OK |
| RSA verify primitive operation (RSAVP1) successful. More... | |
| #define | MCUXCLRSA_STATUS_ERROR |
| Error occurred during RSA operation. More... | |
| #define | MCUXCLRSA_STATUS_INVALID_INPUT |
| Input data cannot be processed. More... | |
| #define | MCUXCLRSA_STATUS_VERIFY_FAILED |
| Signature verification failed. More... | |
| #define | MCUXCLRSA_STATUS_FAULT_ATTACK |
| Fault attack detected. More... | |
| #define | MCUXCLRSA_STATUS_KEYGENERATION_OK |
| RSA key generation operation executed successfully. More... | |
| #define | MCUXCLRSA_STATUS_KEYGENERATION_ITERATIONSEXCEEDED |
| RSA key generation exceeds the limit of iterations to generate a prime. More... | |
| #define | MCUXCLRSA_STATUS_RNG_ERROR |
| Random number (DRBG / PRNG) error (unexpected behavior) More... | |
Return code definitions.
| #define MCUXCLRSA_STATUS_SIGN_OK |
RSA sign operation successful.
| #define MCUXCLRSA_STATUS_VERIFY_OK |
RSA verify operation successful.
| #define MCUXCLRSA_STATUS_VERIFYPRIMITIVE_OK |
RSA verify primitive operation (RSAVP1) successful.
| #define MCUXCLRSA_STATUS_ERROR |
Error occurred during RSA operation.
| #define MCUXCLRSA_STATUS_INVALID_INPUT |
Input data cannot be processed.
| #define MCUXCLRSA_STATUS_VERIFY_FAILED |
Signature verification failed.
| #define MCUXCLRSA_STATUS_FAULT_ATTACK |
Fault attack detected.
| #define MCUXCLRSA_STATUS_KEYGENERATION_OK |
RSA key generation operation executed successfully.
| #define MCUXCLRSA_STATUS_KEYGENERATION_ITERATIONSEXCEEDED |
RSA key generation exceeds the limit of iterations to generate a prime.
| #define MCUXCLRSA_STATUS_RNG_ERROR |
Random number (DRBG / PRNG) error (unexpected behavior)