MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
__attribute__ Struct Reference

Structure type for Rsa key entries, specifying key entry length and data. More...

#include <mcuxClRsa_Types.h>

Data Fields

uint8_t * pKeyEntryData
 Pointer to buffer containing the key entry data in big-endian byte order.
uint32_t keyEntryLength
 Byte-length of the buffer pointed to by pKeyEntryData.

Detailed Description

Field Documentation

◆ pKeyEntryData

uint8_t* __attribute__::pKeyEntryData

Pointer to buffer containing the key entry data in big-endian byte order.

◆ keyEntryLength

uint32_t __attribute__::keyEntryLength

Byte-length of the buffer pointed to by pKeyEntryData.