MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClRsa_Types

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. More...
 
typedef mcuxClRsa_Status_t mcuxClRsa_Status_Protected_t
 Deprecated type for RSA protected status codes. More...
 
typedef mcuxClRsa_KeyEntry_tmcuxClRsa_KeyEntry
 Pointer type to Rsa key entries. More...
 
typedef struct mcuxClRsa_Key mcuxClRsa_Key
 Structure type for Rsa key, specifying key type and key entries. More...
 
typedef struct mcuxClRsa_SignVerifyMode_t mcuxClRsa_SignVerifyMode_t
 Forward declaration of Sign/Verify mode struct. More...
 
typedef mcuxClRsa_SignVerifyMode_tmcuxClRsa_SignVerifyMode
 Pointer type to Sign/Verify mode. More...
 

Detailed Description

Defines all types of the mcuxClRsa component.

Typedef Documentation

◆ mcuxClRsa_Status_t

typedef uint32_t mcuxClRsa_Status_t

Type for RSA status codes.

◆ mcuxClRsa_Status_Protected_t

Deprecated type for RSA protected status codes.

◆ mcuxClRsa_KeyEntry

Pointer type to Rsa key entries.

◆ mcuxClRsa_Key

typedef struct mcuxClRsa_Key mcuxClRsa_Key

Structure type for Rsa key, specifying key type and key entries.

◆ mcuxClRsa_SignVerifyMode_t

Forward declaration of Sign/Verify mode struct.

◆ mcuxClRsa_SignVerifyMode

Pointer type to Sign/Verify mode.