Type definitions for the mcuxClCipher component. More...
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <mcuxClConfig.h>
#include <mcuxClSession.h>
Go to the source code of this file.
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. | |
Type definitions for the mcuxClCipher component.