MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClHash_Constants.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------*/
2 /* Copyright 2020 NXP */
3 /* */
4 /* NXP Confidential. This software is owned or controlled by NXP and may */
5 /* only be used strictly in accordance with the applicable license terms. */
6 /* By expressly accepting such terms or by downloading, installing, */
7 /* activating and/or otherwise using the software, you are agreeing that */
8 /* you have read, and that you agree to comply with and are bound by, such */
9 /* license terms. If you do not agree to be bound by the applicable license */
10 /* terms, then you may not retain, install, activate or otherwise use the */
11 /* software. */
12 /*--------------------------------------------------------------------------*/
13 
17 #ifndef MCUXCLHASH_CONSTANTS_H_
18 #define MCUXCLHASH_CONSTANTS_H_
19 
20 #include <mcuxClHash_Types.h>
21 
75 
76 
81 #endif /* 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.