MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClHash_Types.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------*/
2 /* Copyright 2020-2023 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 
18 #ifndef MCUXCLHASH_TYPES_H_
19 #define MCUXCLHASH_TYPES_H_
20 
21 #include <mcuxClConfig.h> // Exported features flags header
22 #include <mcuxClCore_Platform.h>
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
42 typedef struct mcuxClHash_AlgorithmDescriptor mcuxClHash_AlgorithmDescriptor_t;
43 
51 
52 
53 
61 typedef struct mcuxClHash_ContextDescriptor mcuxClHash_ContextDescriptor_t;
62 
71 
78 typedef uint32_t mcuxClHash_Status_t;
79 
82 #ifdef __cplusplus
83 } /* extern "C" */
84 #endif
85 
86 #endif /* MCUXCLHASH_TYPES_H_ */
const mcuxClHash_AlgorithmDescriptor_t *const mcuxClHash_Algo_t
Hash mode/algorithm type.
Definition: mcuxClHash_Types.h:50
uint32_t mcuxClHash_Status_t
Hash Status type.
Definition: mcuxClHash_Types.h:78
struct mcuxClHash_ContextDescriptor mcuxClHash_ContextDescriptor_t
Hash Context buffer type.
Definition: mcuxClHash_Types.h:61
mcuxClHash_ContextDescriptor_t *const mcuxClHash_Context_t
Hash Context type.
Definition: mcuxClHash_Types.h:70
struct mcuxClHash_AlgorithmDescriptor mcuxClHash_AlgorithmDescriptor_t
Hash mode/algorithm descriptor type.
Definition: mcuxClHash_Types.h:42