Plaintext CryptoKey datastructure. More...
#include <CryptoKey.h>
Data Fields | |
uint8_t * | keyMaterial |
uint32_t | keyLength |
Plaintext CryptoKey datastructure.
This structure contains all the information necessary to access keying material stored in plaintext form in flash or RAM.
uint8_t* CryptoKey_Plaintext::keyMaterial |
uint32_t CryptoKey_Plaintext::keyLength |