Types used by the Cipher operations. More...
Typedefs | |
typedef struct mcuxClCipher_ModeDescriptor | mcuxClCipher_ModeDescriptor_t |
Cipher mode/algorithm descriptor type. More... | |
typedef const mcuxClCipher_ModeDescriptor_t *const | mcuxClCipher_Mode_t |
Cipher mode/algorithm type. More... | |
typedef struct mcuxClCipher_TestDescriptor | mcuxClCipher_TestDescriptor_t |
Cipher selftest mode/algorithm descriptor type. More... | |
typedef const mcuxClCipher_TestDescriptor_t *const | mcuxClCipher_Test_t |
Cipher selftest mode/algorithm type. More... | |
typedef struct mcuxClCipher_Context | mcuxClCipher_Context_t |
Cipher context type. More... | |
typedef uint32_t | mcuxClCipher_Status_t |
Cipher status code. More... | |
Types used by the Cipher operations.
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.
typedef const mcuxClCipher_ModeDescriptor_t* const mcuxClCipher_Mode_t |
Cipher mode/algorithm type.
This type is used to refer to a Cipher mode/algorithm.
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.
typedef const mcuxClCipher_TestDescriptor_t* const mcuxClCipher_Test_t |
Cipher selftest mode/algorithm type.
This type is used to refer to a Cipher selftest mode/algorithm.
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.
typedef uint32_t mcuxClCipher_Status_t |
Cipher status code.
This type provides information about the status of the Cipher operation that has been performed.