17 #ifndef MCUXCLHASH_CONSTANTS_H_ 18 #define MCUXCLHASH_CONSTANTS_H_ const mcuxClHash_Algo_t mcuxClHash_AlgoSHA256
Sha-256 hash calculation using the Hash functionality of CSS, it supports RTF.
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA512
Sha-512 hash calculation using the Hash functionality of CSS, it supports RTF.
Type definitions for the mcuxClHash component.
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA384_direct
Sha-384 hash calculation using the SHA-direct feature of CSS, it does not support RTF.
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA512_direct
Sha-512 hash calculation using the SHA-direct feature of CSS, it does not support RTF.
Definition: mcuxClHash_Types.h:201
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA224_direct
Sha-224 hash calculation using the SHA-direct feature of CSS, it does not support RTF.
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA224
Sha-224 hash calculation using the Hash functionality of CSS, it does not support RTF.
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA256_direct
Sha-256 hash calculation using the SHA-direct feature of CSS, it does not support RTF.
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA384
Sha-384 hash calculation using the Hash functionality of CSS, it supports RTF.