MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClHash_Modes

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...
 

Detailed Description

Hashing modes of the mcuxClHash component.

Variable Documentation

◆ mcuxClHash_AlgoSHA224_direct

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

◆ mcuxClHash_AlgoSHA224

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

◆ mcuxClHash_AlgoSHA256_direct

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

◆ mcuxClHash_AlgoSHA256

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

◆ mcuxClHash_AlgoSHA384_direct

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

◆ mcuxClHash_AlgoSHA384

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

◆ mcuxClHash_AlgoSHA512_direct

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

◆ mcuxClHash_AlgoSHA512

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