Functions of mcuxCsslParamIntegrity component.
More...
Functions of mcuxCsslParamIntegrity component.
◆ mcuxCsslParamIntegrity_Protect()
Calculates a parameter checksum.
- Parameters
-
nargs | The number of parameters to be protected. |
... | The parameters that should be protected. Note that parameters bigger than a single machine word are not supported. |
- Returns
- checksum over the input parameters to be protected
◆ mcuxCsslParamIntegrity_Validate()
Verifies the correctness of a parameter checksum.
- Parameters
-
chk | The parameter checksum. |
nargs | The number of parameters to be protected. |
... | The parameters that were used to calculate the parameter checksum. Note that parameters bigger than a single machine word are not supported. |
- Returns
- A status code encapsulated in a flow-protection type.
- Return values
-