MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClSignature_Types

Types used by the Signature operations. More...

Typedefs

typedef struct mcuxClSignature_ModeDescriptor mcuxClSignature_ModeDescriptor_t
 Signature mode/algorithm descriptor type.
typedef const mcuxClSignature_ModeDescriptor_t *const mcuxClSignature_Mode_t
 Signature mode/algorithm type.
typedef struct mcuxClSignature_TestDescriptor mcuxClSignature_TestDescriptor_t
 Signature selftest mode/algorithm descriptor type.
typedef const mcuxClSignature_TestDescriptor_t *const mcuxClSignature_Test_t
 Signature selftest mode/algorithm type.
typedef struct mcuxClSignature_Context mcuxClSignature_Context_t
 Signature context type.
typedef uint32_t mcuxClSignature_Status_t
 Signature status code.

Detailed Description

Types used by the Signature operations.

Typedef Documentation

◆ mcuxClSignature_ModeDescriptor_t

typedef struct mcuxClSignature_ModeDescriptor mcuxClSignature_ModeDescriptor_t

Signature mode/algorithm descriptor type.

This type captures all the information that the Signature interfaces need to know about a particular Signature mode/algorithm.

Examples
mcuxClEcc_EdDSA_Ed25519ctx_example.c, mcuxClEcc_EdDSA_Ed25519ph_example.c, and mcuxClRsa_Signature_RSASSA_PSS_example.c.

◆ mcuxClSignature_Mode_t

Signature mode/algorithm type.

This type is used to refer to a Signature mode/algorithm.

◆ mcuxClSignature_TestDescriptor_t

typedef struct mcuxClSignature_TestDescriptor mcuxClSignature_TestDescriptor_t

Signature selftest mode/algorithm descriptor type.

This type captures all the information that the Signature selftest interfaces need to know about a particular Signature selftest mode/algorithm.

◆ mcuxClSignature_Test_t

Signature selftest mode/algorithm type.

This type is used to refer to a Signature selftest mode/algorithm.

◆ mcuxClSignature_Context_t

typedef struct mcuxClSignature_Context mcuxClSignature_Context_t

Signature context type.

This type is used in the multi-part interfaces to store the information about the current operation and the relevant internal state.

◆ mcuxClSignature_Status_t

typedef uint32_t mcuxClSignature_Status_t

Signature status code.

This type provides information about the status of the Signature operation that has been performed.