Defines all types of the mcuxClRsa component. More...
Data Structures | |
struct | mcuxClRsa_KeyEntry_t |
Structure type for Rsa key entries, specifying key entry length and data. More... | |
struct | mcuxClRsa_Key |
Structure type for Rsa key, specifying key type and key entries. More... | |
Typedefs | |
typedef uint32_t | mcuxClRsa_Status_t |
Type for RSA status codes. | |
typedef mcuxClRsa_Status_t | mcuxClRsa_Status_Protected_t |
Deprecated type for RSA protected status codes. | |
typedef mcuxClRsa_KeyEntry_t * | mcuxClRsa_KeyEntry |
Pointer type to Rsa key entries. | |
typedef struct mcuxClRsa_Key | mcuxClRsa_Key |
Structure type for Rsa key, specifying key type and key entries. | |
typedef struct mcuxClRsa_SignVerifyMode_t | mcuxClRsa_SignVerifyMode_t |
Forward declaration of Sign/Verify mode struct. | |
typedef mcuxClRsa_SignVerifyMode_t * | mcuxClRsa_SignVerifyMode |
Pointer type to Sign/Verify mode. | |
Defines all types of the mcuxClRsa component.
typedef uint32_t mcuxClRsa_Status_t |
Type for RSA status codes.
Deprecated type for RSA protected status codes.
typedef mcuxClRsa_KeyEntry_t* mcuxClRsa_KeyEntry |
Pointer type to Rsa key entries.
typedef struct mcuxClRsa_Key mcuxClRsa_Key |
Structure type for Rsa key, specifying key type and key entries.
typedef struct mcuxClRsa_SignVerifyMode_t mcuxClRsa_SignVerifyMode_t |
Forward declaration of Sign/Verify mode struct.
Pointer type to Sign/Verify mode.