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 <stdint.h>
22 #include <stddef.h>
23 #include <stdbool.h>
24 #include <mcuxClConfig.h> // Exported features flags header
25 #include <mcuxClSession_Types.h>
26 #include <mcuxCsslFlowProtection.h>
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
47 typedef struct mcuxClHash_AlgorithmDescriptor mcuxClHash_AlgorithmDescriptor_t;
48 
56 
57 
65 typedef struct mcuxClHash_ContextDescriptor mcuxClHash_ContextDescriptor_t;
66 
74 
81 typedef uint32_t mcuxClHash_Status_t;
82 
85 #ifdef __cplusplus
86 } /* extern "C" */
87 #endif
88 
89 #endif /* MCUXCLHASH_TYPES_H_ */
uint32_t mcuxClHash_Status_t
Hash Status type.
Definition: mcuxClHash_Types.h:81
struct mcuxClHash_ContextDescriptor mcuxClHash_ContextDescriptor_t
Hash Context buffer type.
Definition: mcuxClHash_Types.h:65
mcuxClHash_ContextDescriptor_t *const mcuxClHash_Context_t
Hash Context type.
Definition: mcuxClHash_Types.h:73
Type definitions for the mcuxClSession component.
Definition of function identifiers for the flow protection mechanism.
const mcuxClHash_AlgorithmDescriptor_t *const mcuxClHash_Algo_t
Hash mode/algorithm type.
Definition: mcuxClHash_Types.h:55
struct mcuxClHash_AlgorithmDescriptor mcuxClHash_AlgorithmDescriptor_t
Hash mode/algorithm descriptor type.
Definition: mcuxClHash_Types.h:47
Provides the API for the CSSL flow protection mechanism.