Crypto_DataBlob
typedef struct Crypto_DataBlob {...} Crypto_DataBlob
Overview
Defines the data used for encryption and decryption.
Since: 12
Related module: CryptoCommonApi
Header file: crypto_common.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint8_t* data | Pointer to the data. |
| size_t len | Length of the data. |