Hashing modes of the mcuxClHash component. More...
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... | |
Hashing modes of the mcuxClHash component.
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA224_direct |
Sha-224 hash calculation using the SHA-direct feature of CSS, it does not support RTF.
SHA-direct mode has to be enabled prior to using this algorithm
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA224 |
Sha-224 hash calculation using the Hash functionality of CSS, it does not support RTF.
SHA-direct mode has to be disabled prior to using this algorithm
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA256_direct |
Sha-256 hash calculation using the SHA-direct feature of CSS, it does not support RTF.
SHA-direct mode has to be enabled prior to using this algorithm
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA256 |
Sha-256 hash calculation using the Hash functionality of CSS, it supports RTF.
SHA-direct mode has to be disabled prior to using this algorithm
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA384_direct |
Sha-384 hash calculation using the SHA-direct feature of CSS, it does not support RTF.
SHA-direct mode has to be enabled prior to using this algorithm
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA384 |
Sha-384 hash calculation using the Hash functionality of CSS, it supports RTF.
SHA-direct mode has to be disabled prior to using this algorithm
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA512_direct |
Sha-512 hash calculation using the SHA-direct feature of CSS, it does not support RTF.
SHA-direct mode has to be enabled prior to using this algorithm
const mcuxClHash_Algo_t mcuxClHash_AlgoSHA512 |
Sha-512 hash calculation using the Hash functionality of CSS, it supports RTF.
SHA-direct mode has to be disabled prior to using this algorithm