Defines valid options to be used by mcuxClEls_HashOption_t. More...
Macros | |
#define | MCUXCLELS_HASH_INIT_ENABLE |
Set this option at mcuxClEls_HashOption_t.hashini to initialize the hash. | |
#define | MCUXCLELS_HASH_INIT_DISABLE |
Set this option at mcuxClEls_HashOption_t.hashini to continue the hash. | |
#define | MCUXCLELS_HASH_LOAD_ENABLE |
Set this option at mcuxClEls_HashOption_t.hashld to load the hash state from pDigest . | |
#define | MCUXCLELS_HASH_LOAD_DISABLE |
Set this option at mcuxClEls_HashOption_t.hashld to not load the hash state. | |
#define | MCUXCLELS_HASH_OUTPUT_ENABLE |
Set this option at mcuxClEls_HashOption_t.hashoe to output the hash to pDigest . | |
#define | MCUXCLELS_HASH_OUTPUT_DISABLE |
Set this option at mcuxClEls_HashOption_t.hashoe to not output the hash. | |
#define | MCUXCLELS_HASH_RTF_UPDATE_ENABLE |
Set this option at mcuxClEls_HashOption_t.rtfupd to update the run-time fingerprint (only supported by mcuxClEls_Hash_Async) | |
#define | MCUXCLELS_HASH_RTF_UPDATE_DISABLE |
Set this option at mcuxClEls_HashOption_t.rtfupd to not update the run-time fingerprint. | |
#define | MCUXCLELS_HASH_RTF_OUTPUT_ENABLE |
Set this option at mcuxClEls_HashOption_t.rtfoe to output the run-time fingerprint (only supported by mcuxClEls_Hash_Async) | |
#define | MCUXCLELS_HASH_RTF_OUTPUT_DISABLE |
Set this option at mcuxClEls_HashOption_t.rtfoe to not output the run-time fingerprint. | |
#define | MCUXCLELS_HASH_MODE_SHA_224 |
Set this option at mcuxClEls_HashOption_t.hashmd to use the hash algorithm SHA-224. | |
#define | MCUXCLELS_HASH_MODE_SHA_256 |
Set this option at mcuxClEls_HashOption_t.hashmd to use the hash algorithm SHA-256. | |
#define | MCUXCLELS_HASH_MODE_SHA_384 |
Set this option at mcuxClEls_HashOption_t.hashmd to use the hash algorithm SHA-384. | |
#define | MCUXCLELS_HASH_MODE_SHA_512 |
Set this option at mcuxClEls_HashOption_t.hashmd to use the hash algorithm SHA-512. | |
#define | MCUXCLELS_HASH_VALUE_MODE_SHA_224 |
Set this option at #mcuxClEls_HashOption_t.word.value to use the hash algorithm SHA-224. | |
#define | MCUXCLELS_HASH_VALUE_MODE_SHA_256 |
Set this option at #mcuxClEls_HashOption_t.word.value to use the hash algorithm SHA-256. | |
#define | MCUXCLELS_HASH_VALUE_MODE_SHA_384 |
Set this option at #mcuxClEls_HashOption_t.word.value to use the hash algorithm SHA-384. | |
#define | MCUXCLELS_HASH_VALUE_MODE_SHA_512 |
Set this option at #mcuxClEls_HashOption_t.word.value to use the hash algorithm SHA-512. | |
Defines valid options to be used by mcuxClEls_HashOption_t.
#define MCUXCLELS_HASH_INIT_ENABLE |
Set this option at mcuxClEls_HashOption_t.hashini to initialize the hash.
#define MCUXCLELS_HASH_INIT_DISABLE |
Set this option at mcuxClEls_HashOption_t.hashini to continue the hash.
#define MCUXCLELS_HASH_LOAD_ENABLE |
Set this option at mcuxClEls_HashOption_t.hashld to load the hash state from pDigest
.
#define MCUXCLELS_HASH_LOAD_DISABLE |
Set this option at mcuxClEls_HashOption_t.hashld to not load the hash state.
#define MCUXCLELS_HASH_OUTPUT_ENABLE |
Set this option at mcuxClEls_HashOption_t.hashoe to output the hash to pDigest
.
#define MCUXCLELS_HASH_OUTPUT_DISABLE |
Set this option at mcuxClEls_HashOption_t.hashoe to not output the hash.
#define MCUXCLELS_HASH_RTF_UPDATE_ENABLE |
Set this option at mcuxClEls_HashOption_t.rtfupd to update the run-time fingerprint (only supported by mcuxClEls_Hash_Async)
#define MCUXCLELS_HASH_RTF_UPDATE_DISABLE |
Set this option at mcuxClEls_HashOption_t.rtfupd to not update the run-time fingerprint.
#define MCUXCLELS_HASH_RTF_OUTPUT_ENABLE |
Set this option at mcuxClEls_HashOption_t.rtfoe to output the run-time fingerprint (only supported by mcuxClEls_Hash_Async)
#define MCUXCLELS_HASH_RTF_OUTPUT_DISABLE |
Set this option at mcuxClEls_HashOption_t.rtfoe to not output the run-time fingerprint.
#define MCUXCLELS_HASH_MODE_SHA_224 |
Set this option at mcuxClEls_HashOption_t.hashmd to use the hash algorithm SHA-224.
#define MCUXCLELS_HASH_MODE_SHA_256 |
Set this option at mcuxClEls_HashOption_t.hashmd to use the hash algorithm SHA-256.
#define MCUXCLELS_HASH_MODE_SHA_384 |
Set this option at mcuxClEls_HashOption_t.hashmd to use the hash algorithm SHA-384.
#define MCUXCLELS_HASH_MODE_SHA_512 |
Set this option at mcuxClEls_HashOption_t.hashmd to use the hash algorithm SHA-512.
#define MCUXCLELS_HASH_VALUE_MODE_SHA_224 |
Set this option at #mcuxClEls_HashOption_t.word.value to use the hash algorithm SHA-224.
#define MCUXCLELS_HASH_VALUE_MODE_SHA_256 |
Set this option at #mcuxClEls_HashOption_t.word.value to use the hash algorithm SHA-256.
#define MCUXCLELS_HASH_VALUE_MODE_SHA_384 |
Set this option at #mcuxClEls_HashOption_t.word.value to use the hash algorithm SHA-384.
#define MCUXCLELS_HASH_VALUE_MODE_SHA_512 |
Set this option at #mcuxClEls_HashOption_t.word.value to use the hash algorithm SHA-512.