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. | |
Structure type for Rsa key entries, specifying key entry length and data.
| uint8_t* __attribute__::pKeyEntryData |
Pointer to buffer containing the key entry data in big-endian byte order.
| uint32_t __attribute__::keyEntryLength |
Byte-length of the buffer pointed to by pKeyEntryData.