MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClKey_Type Struct Reference

Type to map algorithm id and size. More...

#include <mcuxClKey_KeyTypes.h>

Data Fields

mcuxClKey_AlgorithmId_t algoId
 the identifier of the algorithm, refer to #mcuxClKey_KeyTypes More...
 
mcuxClKey_Size_t size
 the key size for the key type, refer to #mcuxClKey_KeySize More...
 
void * info
 pointer to additional information for this key type (e.g. curve parameters, public exponent) More...
 

Detailed Description

Type to map algorithm id and size.

Examples
mcuxClEcc_Mont_example.c.

Field Documentation

◆ algoId

mcuxClKey_AlgorithmId_t mcuxClKey_Type::algoId

the identifier of the algorithm, refer to #mcuxClKey_KeyTypes

Examples
mcuxClEcc_Mont_example.c.

◆ size

mcuxClKey_Size_t mcuxClKey_Type::size

the key size for the key type, refer to #mcuxClKey_KeySize

Examples
mcuxClEcc_Mont_example.c.

◆ info

void* mcuxClKey_Type::info

pointer to additional information for this key type (e.g. curve parameters, public exponent)

Examples
mcuxClEcc_Mont_example.c.