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-2024 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
25extern "C" {
26#endif
27
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
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
mcuxClHash_ContextDescriptor_t *const mcuxClHash_Context_t
Hash Context type.
Definition mcuxClHash_Types.h:72
struct mcuxClHash_ContextDescriptor mcuxClHash_ContextDescriptor_t
Hash Context buffer type.
Definition mcuxClHash_Types.h:64
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