MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClCss.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 
141 #ifndef MCUXCLCSS_H_
142 #define MCUXCLCSS_H_
143 
144 #include <mcuxClCss_Types.h>
145 #include <mcuxClCss_Common.h>
146 #include <mcuxClCss_Hash.h>
147 #include <mcuxClCss_Hmac.h>
148 #include <mcuxClCss_Cmac.h>
149 #include <mcuxClCss_Cipher.h>
150 #include <mcuxClCss_Aead.h>
151 #include <mcuxClCss_KeyManagement.h>
152 #include <mcuxClCss_Rng.h>
153 #include <mcuxClCss_Ecc.h>
154 #include <mcuxClCss_Kdf.h>
155 
156 #endif /* MCUXCLCSS_H_ */
CSSv2 header for HMAC support.
CSSv2 header for random number generation.
CSSv2 header for elliptic curve cryptography This header exposes functions that enable using the CSSv...
CSSv2 header for common functionality.
CSSv2 header for hashing.
CSSv2 type header.
CSSv2 header for key management.
CSSv2 header for key derivation.
CSSv2 header for Authenticated Encryption with Associated Data (AEAD).
CSSv2 header for CMAC support.
CSSv2 header for symmetric ciphers.