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. | |
Types used by the Signature operations.
| 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.
| typedef const mcuxClSignature_ModeDescriptor_t* const mcuxClSignature_Mode_t |
Signature mode/algorithm type.
This type is used to refer to a Signature mode/algorithm.
| 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.
| typedef const mcuxClSignature_TestDescriptor_t* const mcuxClSignature_Test_t |
Signature selftest mode/algorithm type.
This type is used to refer to a Signature selftest mode/algorithm.
| 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.
| typedef uint32_t mcuxClSignature_Status_t |
Signature status code.
This type provides information about the status of the Signature operation that has been performed.