# Crypto_DataBlob ## Overview Defines the data used for encryption and decryption. **Since**: 12 **Related module**: [CryptoCommonApi](_crypto_common_api.md) ## Summary ### Member Variables | Name | Description | | -------- | -------- | | uint8_t \* [data](#data) | Pointer to the data. | | size_t [len](#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.