Defines valid options to be used by mcuxClCss_HashOption_t. More...
Defines valid options to be used by mcuxClCss_HashOption_t.
| #define MCUXCLCSS_HASH_INIT_ENABLE |
Set this option at mcuxClCss_HashOption_t.hashini to initialize the hash.
| #define MCUXCLCSS_HASH_INIT_DISABLE |
Set this option at mcuxClCss_HashOption_t.hashini to continue the hash.
| #define MCUXCLCSS_HASH_LOAD_ENABLE |
Set this option at mcuxClCss_HashOption_t.hashld to load the hash state from pDigest.
| #define MCUXCLCSS_HASH_LOAD_DISABLE |
Set this option at mcuxClCss_HashOption_t.hashld to not load the hash state.
| #define MCUXCLCSS_HASH_OUTPUT_ENABLE |
Set this option at mcuxClCss_HashOption_t.hashoe to output the hash to pDigest.
| #define MCUXCLCSS_HASH_OUTPUT_DISABLE |
Set this option at mcuxClCss_HashOption_t.hashoe to not output the hash.
| #define MCUXCLCSS_HASH_RTF_UPDATE_ENABLE |
Set this option at mcuxClCss_HashOption_t.rtfupd to update the run-time fingerprint (only supported by mcuxClCss_Hash_Async)
| #define MCUXCLCSS_HASH_RTF_UPDATE_DISABLE |
Set this option at mcuxClCss_HashOption_t.rtfupd to not update the run-time fingerprint.
| #define MCUXCLCSS_HASH_RTF_OUTPUT_ENABLE |
Set this option at mcuxClCss_HashOption_t.rtfoe to output the run-time fingerprint (only supported by mcuxClCss_Hash_Async)
| #define MCUXCLCSS_HASH_RTF_OUTPUT_DISABLE |
Set this option at mcuxClCss_HashOption_t.rtfoe to not output the run-time fingerprint.
| #define MCUXCLCSS_HASH_MODE_SHA_224 |
Set this option at mcuxClCss_HashOption_t.hashmd to use the hash algorithm SHA-224.
| #define MCUXCLCSS_HASH_MODE_SHA_256 |
Set this option at mcuxClCss_HashOption_t.hashmd to use the hash algorithm SHA-256.
| #define MCUXCLCSS_HASH_MODE_SHA_384 |
Set this option at mcuxClCss_HashOption_t.hashmd to use the hash algorithm SHA-384.
| #define MCUXCLCSS_HASH_MODE_SHA_512 |
Set this option at mcuxClCss_HashOption_t.hashmd to use the hash algorithm SHA-512.