Defines all functions of mcuxClEls_Crc. More...
Functions | |
MCUXCLELS_API | MCUX_CSSL_FP_PROTECTED_TYPE (mcuxClEls_Status_t) mcuxClEls_ConfigureCommandCRC(mcuxClEls_CommandCrcConfig_t options) |
Set command CRC flags. More... | |
Variables | |
MCUXCLELS_API uint32_t | options |
MCUXCLELS_API uint32_t uint32_t * | refCrc |
Defines all functions of mcuxClEls_Crc.
MCUXCLELS_API MCUX_CSSL_FP_PROTECTED_TYPE | ( | mcuxClEls_Status_t | ) |
Set command CRC flags.
Deprecated type for mcuxClSession protected status codes.
Deprecated type for RSA protected status codes.
Deprecated type for error codes used by code-flow protected PKC component functions.
Deprecated type for error codes used by code-flow protected mcuxClMemory component functions.
Deprecated type for error codes used by code-flow protected Math component functions.
Deprecated type for Key component error codes, returned by functions with code-flow protection.
Deprecated type for ELS driver protected status codes.
Deprecated type for mcuxClEcc component return codes.
Updates a reference CRC with the parameters of an ELS command.
Verifies a reference CRC against the computed ELS command CRC.
Get the current command CRC value.
[in] | options | The command CRC options. For more information, see mcuxClEls_CommandCrcConfig_t. |
[out] | commandCrc | The command CRC value. |
MCUXCLELS_STATUS_OK | Operation successful |
MCUXCLELS_STATUS_SW_INVALID_PARAM | Parameter commandCRC points to NULL |
[in] | refCrc | The reference CRC value. |
This can be used to verify against the ELS command CRC.
[in] | command | The ELS command ID. |
[in] | options | The command options for the given ELS command. |
[in,out] | refCrc | The current reference CRC value to update. |
MCUXCLELS_STATUS_OK | Operation successful |
MCUXCLELS_STATUS_SW_INVALID_PARAM | Parameter crc points to NULL |