Crypto_DataBlob
Overview
Defines the data used for encryption and decryption.
Since: 12
Related module: CryptoCommonApi
Summary
Member Variables
| Name | Description |
|---|---|
| uint8_t * data | Pointer to the data. |
| size_t len | Length of the data. |
Member Variable Description
data
uint8_t* Crypto_DataBlob::data
Description Pointer to the data.
len
size_t Crypto_DataBlob::len
Description Length of the data.