MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
Cipher type definitions

Types used by the Cipher operations. More...

Typedefs

typedef struct mcuxClCipher_ModeDescriptor mcuxClCipher_ModeDescriptor_t
 Cipher mode/algorithm descriptor type.
 
typedef const mcuxClCipher_ModeDescriptor_t *const mcuxClCipher_Mode_t
 Cipher mode/algorithm type.
 
typedef struct mcuxClCipher_TestDescriptor mcuxClCipher_TestDescriptor_t
 Cipher selftest mode/algorithm descriptor type.
 
typedef const mcuxClCipher_TestDescriptor_t *const mcuxClCipher_Test_t
 Cipher selftest mode/algorithm type.
 
typedef struct mcuxClCipher_Context mcuxClCipher_Context_t
 Cipher context type.
 
typedef uint32_t mcuxClCipher_Status_t
 Cipher status code.
 

Detailed Description

Types used by the Cipher operations.

Typedef Documentation

◆ mcuxClCipher_ModeDescriptor_t

typedef struct mcuxClCipher_ModeDescriptor mcuxClCipher_ModeDescriptor_t

Cipher mode/algorithm descriptor type.

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

◆ mcuxClCipher_Mode_t

Cipher mode/algorithm type.

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

◆ mcuxClCipher_TestDescriptor_t

typedef struct mcuxClCipher_TestDescriptor mcuxClCipher_TestDescriptor_t

Cipher selftest mode/algorithm descriptor type.

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

◆ mcuxClCipher_Test_t

Cipher selftest mode/algorithm type.

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

◆ mcuxClCipher_Context_t

typedef struct mcuxClCipher_Context mcuxClCipher_Context_t

Cipher context type.

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

◆ mcuxClCipher_Status_t

typedef uint32_t mcuxClCipher_Status_t

Cipher status code.

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