![]() |
![]() |
CC23x0R5DriverLibrary
|
Status codes returned by the SHA2 SW module. More...
![]() |
Macros | |
#define | SHA2SW_STATUS_SUCCESS ((int_fast16_t)0) |
Successful status code. More... | |
#define | SHA2SW_STATUS_ERROR ((int_fast16_t)-100) |
Generic error status code. More... | |
#define | SHA2SW_STATUS_UNSUPPORTED ((int_fast16_t)-102) |
Requested operation is not supported. More... | |
#define | SHA2SW_STATUS_LENGTH_TOO_LARGE ((int_fast16_t)-103) |
Too many data bytes have been requested to be hashed. More... | |
#define | SHA2SW_STATUS_NULL_INPUT ((int_fast16_t)-104) |
Input value was NULL. More... | |
Status codes returned by the SHA2 SW module.
#define SHA2SW_STATUS_SUCCESS ((int_fast16_t)0) |
Successful status code.
Functions return SHA2SW_STATUS_SUCCESS if the function was executed successfully.
#define SHA2SW_STATUS_ERROR ((int_fast16_t)-100) |
Generic error status code.
Functions return SHA2SW_STATUS_ERROR if the function was not executed successfully and no more specific error is applicable.
#define SHA2SW_STATUS_UNSUPPORTED ((int_fast16_t)-102) |
Requested operation is not supported.
The library (as built) does not support a requested feature.
#define SHA2SW_STATUS_LENGTH_TOO_LARGE ((int_fast16_t)-103) |
Too many data bytes have been requested to be hashed.
The library supports a maximum length of 512MiB to be hashed.
#define SHA2SW_STATUS_NULL_INPUT ((int_fast16_t)-104) |
Input value was NULL.
An input pointer was NULL. Operation not performed.