Constants for use with the mcuxClHash component. More...
#include <mcuxClHash_Types.h>
Go to the source code of this file.
Variables | |
const mcuxClHash_Algo_t | mcuxClHash_AlgoSHA224_direct |
Sha-224 hash calculation using the SHA-direct feature of CSS, it does not support RTF. More... | |
const mcuxClHash_Algo_t | mcuxClHash_AlgoSHA224 |
Sha-224 hash calculation using the Hash functionality of CSS, it does not support RTF. More... | |
const mcuxClHash_Algo_t | mcuxClHash_AlgoSHA256_direct |
Sha-256 hash calculation using the SHA-direct feature of CSS, it does not support RTF. More... | |
const mcuxClHash_Algo_t | mcuxClHash_AlgoSHA256 |
Sha-256 hash calculation using the Hash functionality of CSS, it supports RTF. More... | |
const mcuxClHash_Algo_t | mcuxClHash_AlgoSHA384_direct |
Sha-384 hash calculation using the SHA-direct feature of CSS, it does not support RTF. More... | |
const mcuxClHash_Algo_t | mcuxClHash_AlgoSHA384 |
Sha-384 hash calculation using the Hash functionality of CSS, it supports RTF. More... | |
const mcuxClHash_Algo_t | mcuxClHash_AlgoSHA512_direct |
Sha-512 hash calculation using the SHA-direct feature of CSS, it does not support RTF. More... | |
const mcuxClHash_Algo_t | mcuxClHash_AlgoSHA512 |
Sha-512 hash calculation using the Hash functionality of CSS, it supports RTF. More... | |
Constants for use with the mcuxClHash component.