MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClKey_KeyTypes.h File Reference

Definition of supported key types in mcuxClKey component. More...

#include <stdint.h>
#include <stdbool.h>
#include <mcuxClConfig.h>
#include <mcuxClKey_Types.h>

Go to the source code of this file.

Variables

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_HmacSha256_variableLength
 Key type structure for HMAC-SHA256 based keys with variable length. More...
 
static const mcuxClKey_Type_t mcuxClKey_Type_HmacSha256_variableLength
 Key type pointer for HMAC-SHA256 based keys with variable length. More...
 
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_HmacSha256
 Key type structure for HMAC-SHA256 based keys. More...
 
static const mcuxClKey_Type_t mcuxClKey_Type_HmacSha256
 Key type pointer for HMAC-SHA256 based keys. More...
 

Detailed Description

Definition of supported key types in mcuxClKey component.