MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClHashModes_Algorithms

Hashing algorithms of the mcuxClHashModes component. More...

Variables

const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_C_Sha1
 Sha-1 algorithm descriptor Sha-1 hash calculation using an underlying software implementation of SHA-1.
 
static mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha1
 Sha-1 algorithm Sha-1 hash calculation using an underlying software implementation of SHA-1.
 
const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha224
 Sha-224 algorithm descriptor Sha-224 hash calculation using the Hash functionality of ELS, it does not support RTF.
 
static mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha224
 Sha-224 algorithm Sha-224 hash calculation using the Hash functionality of ELS, it does not support RTF.
 
const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha256
 Sha-256 algorithm descriptor Sha-256 hash calculation using the Hash functionality of ELS, it supports RTF.
 
static mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha256
 Sha-256 algorithm Sha-256 hash calculation using the Hash functionality of ELS, it supports RTF.
 
const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha384
 Sha-384 algorithm descriptor Sha-384 hash calculation using the Hash functionality of ELS, it supports RTF.
 
static mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha384
 Sha-384 algorithm Sha-384 hash calculation using the Hash functionality of ELS, it supports RTF.
 
const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha512
 Sha-512 algorithm descriptor Sha-512 hash calculation using the Hash functionality of ELS, it supports RTF.
 
static mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha512
 Sha-512 algorithm Sha-512 hash calculation using the Hash functionality of ELS, it supports RTF.
 
const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha512_224
 Sha-512/224 algorithm descriptor Sha-512/224 hash calculation using the Hash functionality of ELS, it supports RTF.
 
static mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha512_224
 Sha-512/224 algorithm Sha-512/224 hash calculation using the Hash functionality of ELS, it supports RTF.
 
const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha512_256
 Sha-512/256 algorithm descriptor Sha-512/256 hash calculation using the Hash functionality of ELS, it supports RTF.
 
static mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha512_256
 Sha-512/256 algorithm Sha-512/256 hash calculation using the Hash functionality of ELS, it supports RTF.
 

Detailed Description

Hashing algorithms of the mcuxClHashModes component.

Variable Documentation

◆ mcuxClHash_AlgorithmDescriptor_C_Sha1

const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_C_Sha1
extern

Sha-1 algorithm descriptor Sha-1 hash calculation using an underlying software implementation of SHA-1.

◆ mcuxClHash_Algorithm_Sha1

mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha1
static

Sha-1 algorithm Sha-1 hash calculation using an underlying software implementation of SHA-1.

◆ mcuxClHash_AlgorithmDescriptor_Sha224

const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha224
extern

Sha-224 algorithm descriptor Sha-224 hash calculation using the Hash functionality of ELS, it does not support RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_Algorithm_Sha224

mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha224
static

Sha-224 algorithm Sha-224 hash calculation using the Hash functionality of ELS, it does not support RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_AlgorithmDescriptor_Sha256

const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha256
extern

Sha-256 algorithm descriptor Sha-256 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_Algorithm_Sha256

mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha256
static

Sha-256 algorithm Sha-256 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_AlgorithmDescriptor_Sha384

const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha384
extern

Sha-384 algorithm descriptor Sha-384 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_Algorithm_Sha384

mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha384
static

Sha-384 algorithm Sha-384 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_AlgorithmDescriptor_Sha512

const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha512
extern

Sha-512 algorithm descriptor Sha-512 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_Algorithm_Sha512

mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha512
static

Sha-512 algorithm Sha-512 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_AlgorithmDescriptor_Sha512_224

const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha512_224
extern

Sha-512/224 algorithm descriptor Sha-512/224 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_Algorithm_Sha512_224

mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha512_224
static

Sha-512/224 algorithm Sha-512/224 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_AlgorithmDescriptor_Sha512_256

const mcuxClHash_AlgorithmDescriptor_t mcuxClHash_AlgorithmDescriptor_Sha512_256
extern

Sha-512/256 algorithm descriptor Sha-512/256 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm

◆ mcuxClHash_Algorithm_Sha512_256

mcuxClHash_Algo_t mcuxClHash_Algorithm_Sha512_256
static

Sha-512/256 algorithm Sha-512/256 hash calculation using the Hash functionality of ELS, it supports RTF.

SHA-direct mode has to be disabled prior to using this algorithm