Type definitions of mcuxClPkc component. More...
#include <platform_specific_headers.h>#include <mcuxClCore_Platform.h>#include <mcuxClCore_FunctionIdentifiers.h>#include <mcuxCsslFlowProtection.h>Go to the source code of this file.
Macros | |
| #define | MCUXCLPKC_STATUS_OK |
| PKC operation successful. More... | |
| #define | MCUXCLPKC_STATUS_NOK |
| PKC operation not successful. More... | |
| #define | MCUXCLPKC_ROUNDUP_SIZE(byteLen) |
| Round-up a length to a multiple of PKC wordsize. More... | |
| #define | MCUXCLPKC_PACKARGS4(byte3_MSByte, byte2, byte1, byte0_LSByte) |
| Macros for packing 4 8-bit parameters. More... | |
| #define | MCUXCLPKC_PACKARGS2(hi8, lo8) |
| Macros for packing 2 8-bit parameters. More... | |
| #define | MCUXCLPKC_RAM_START_ADDRESS |
| PKC workarea address. More... | |
| #define | MCUXCLPKC_WORDSIZE |
| PKC wordsize in byte. More... | |
Typedefs | |
| typedef uint32_t | mcuxClPkc_Status_t |
| Type for error codes used by PKC component functions. More... | |
Functions | |
| typedef | MCUX_CSSL_FP_PROTECTED_TYPE (mcuxClPkc_Status_t) mcuxClPkc_Status_Protected_t |
| Deprecated type for error codes used by code-flow protected PKC component functions. More... | |
Type definitions of mcuxClPkc component.