MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClEls.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2020, 2022 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
233#ifndef MCUXCLELS_H_
234#define MCUXCLELS_H_
235
236#include <mcuxClConfig.h> // Exported features flags header
237
238#include <mcuxClEls_Types.h>
239#include <mcuxClEls_Common.h>
240#ifdef MCUXCL_FEATURE_ELS_CMD_CRC
241#include <mcuxClEls_Crc.h>
242#endif /* MCUXCL_FEATURE_ELS_CMD_CRC */
243#include <mcuxClEls_Hash.h>
244#include <mcuxClEls_Hmac.h>
245#include <mcuxClEls_Cmac.h>
246#include <mcuxClEls_Cipher.h>
247#include <mcuxClEls_Aead.h>
249#include <mcuxClEls_Rng.h>
250#include <mcuxClEls_Ecc.h>
251#include <mcuxClEls_Kdf.h>
252#ifdef MCUXCL_FEATURE_ELS_GLITCHDETECTOR
253#include <mcuxClEls_GlitchDetector.h>
254#endif /* MCUXCL_FEATURE_ELS_GLITCHDETECTOR */
255
256#endif /* MCUXCLELS_H_ */
ELS header for Authenticated Encryption with Associated Data (AEAD).
ELS header for symmetric ciphers.
ELS header for CMAC support.
ELS header for common functionality.
ELS header for elliptic curve cryptography This header exposes functions that enable using the ELS fo...
ELS header for hashing.
ELS header for HMAC support.
ELS header for key derivation.
ELS header for key management.
ELS header for random number generation.
ELS type header.