# Crypto_DataBlob ## Overview Defines the data used for encryption and decryption. **Since**: 12 **Related module**: [CryptoCommonApi](capi-cryptocommonapi.md) **Header file**: [crypto_common.h](capi-crypto-common-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | uint8_t* data | Pointer to the data.| | size_t len | Length of the data.|