MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClHash_Types.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2020-2025 NXP */
3/* */
4/* NXP Confidential and Proprietary. This software is owned or controlled */
5/* by NXP and may only be used strictly in accordance with the applicable */
6/* license terms. By expressly accepting such terms or by downloading, */
7/* installing, activating and/or otherwise using the software, you are */
8/* agreeing that you have read, and that you agree to comply with and are */
9/* bound by, such license terms. If you do not agree to be bound by the */
10/* applicable license terms, then you may not retain, install, activate or */
11/* otherwise use the software. */
12/*--------------------------------------------------------------------------*/
13
17
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
25extern "C" {
26#endif
27
34
42typedef struct mcuxClHash_AlgorithmDescriptor mcuxClHash_AlgorithmDescriptor_t;
43
51
52
53
64typedef struct mcuxClHash_ContextDescriptor mcuxClHash_ContextDescriptor_t;
65
73
80typedef uint32_t mcuxClHash_Status_t;
81
83
84#ifdef __cplusplus
85} /* extern "C" */
86#endif
87
88#endif /* MCUXCLHASH_TYPES_H_ */
const mcuxClHash_AlgorithmDescriptor_t *const mcuxClHash_Algo_t
Hash mode/algorithm type.
Definition mcuxClHash_Types.h:50
struct mcuxClHash_ContextDescriptor mcuxClHash_ContextDescriptor_t
Hash Context buffer type.
Definition mcuxClHash_Types.h:64
mcuxClHash_ContextDescriptor_t * mcuxClHash_Context_t
Hash Context type.
Definition mcuxClHash_Types.h:72
struct mcuxClHash_AlgorithmDescriptor mcuxClHash_AlgorithmDescriptor_t
Hash mode/algorithm descriptor type.
Definition mcuxClHash_Types.h:42
uint32_t mcuxClHash_Status_t
Hash Status type.
Definition mcuxClHash_Types.h:80