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... | |
Type to map algorithm id and size.
mcuxClKey_AlgorithmId_t mcuxClKey_Type::algoId |
the identifier of the algorithm, refer to #mcuxClKey_KeyTypes
mcuxClKey_Size_t mcuxClKey_Type::size |
the key size for the key type, refer to #mcuxClKey_KeySize
void* mcuxClKey_Type::info |
pointer to additional information for this key type (e.g. curve parameters, public exponent)