Type definitions for the mcuxClRsa component. More...
#include <stdint.h>#include <stddef.h>#include <stdbool.h>#include <mcuxClConfig.h>#include <mcuxClSession.h>#include <mcuxCsslFlowProtection.h>#include <mcuxClCore_FunctionIdentifiers.h>Go to the source code of this file.
Data Structures | |
| struct | __attribute__ |
| Structure type for Rsa key entries, specifying key entry length and data. More... | |
Macros | |
| #define | MCUXCLRSA_STATUS_SIGN_OK |
| RSA sign operation successful. | |
| #define | MCUXCLRSA_STATUS_VERIFY_OK |
| RSA verify operation successful. | |
| #define | MCUXCLRSA_STATUS_OK |
| RSA operation was 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. | |
Typedefs | |
| typedef uint32_t | mcuxClRsa_Status_t |
| Type for RSA status codes. | |
Type definitions for the mcuxClRsa component.