Type of the key handle. More...
#include <mcuxClKey_Types.h>
Data Fields | |
| mcuxClKey_Type_t | type |
| Define which keytype shall be loaded. More... | |
| const struct mcuxClKey_Protection * | protection |
| Define which load and flush mechanism shall be used. More... | |
| const uint8_t * | pSrcKeyData |
| Provide source information for the key. More... | |
| mcuxClKey_SrcAuxDataProvider_t | srcAux |
| Provide aux information for the key. More... | |
| mcuxClKey_DstDataProvider_t | dstKey |
| Provide destination information for the key. More... | |
Type of the key handle.
| mcuxClKey_Type_t mcuxClKey_Descriptor::type |
Define which keytype shall be loaded.
| const struct mcuxClKey_Protection* mcuxClKey_Descriptor::protection |
Define which load and flush mechanism shall be used.
| const uint8_t* mcuxClKey_Descriptor::pSrcKeyData |
Provide source information for the key.
| mcuxClKey_SrcAuxDataProvider_t mcuxClKey_Descriptor::srcAux |
Provide aux information for the key.
| mcuxClKey_DstDataProvider_t mcuxClKey_Descriptor::dstKey |
Provide destination information for the key.