Types used by the AEAD operations. More...
Typedefs | |
| typedef struct mcuxClAead_ModeDescriptor | mcuxClAead_ModeDescriptor_t |
| AEAD mode/algorithm descriptor type. More... | |
| typedef const mcuxClAead_ModeDescriptor_t *const | mcuxClAead_Mode_t |
| AEAD mode/algorithm type. More... | |
| typedef struct mcuxClAead_Context | mcuxClAead_Context_t |
| AEAD context type. More... | |
| typedef uint32_t | mcuxClAead_Status_t |
| AEAD status code. More... | |
Types used by the AEAD operations.
| typedef struct mcuxClAead_ModeDescriptor mcuxClAead_ModeDescriptor_t |
AEAD mode/algorithm descriptor type.
This type captures all the information that the AEAD interfaces need to know about a particular AEAD mode/algorithm.
| typedef const mcuxClAead_ModeDescriptor_t* const mcuxClAead_Mode_t |
AEAD mode/algorithm type.
This type is used to refer to an AEAD mode/algorithm.
| typedef struct mcuxClAead_Context mcuxClAead_Context_t |
AEAD 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 mcuxClAead_Status_t |
AEAD status code.
This type provides information about the status of the AEAD operation that has been performed.