1# Crypto_DataBlob 2 3<!--Kit: Crypto Architecture Kit--> 4<!--Subsystem: Security--> 5<!--Owner: @zxz--3--> 6<!--Designer: @lanming--> 7<!--Tester: @PAFT--> 8<!--Adviser: @zengyawen--> 9 10## Overview 11 12Defines the data used for encryption and decryption. 13 14**Since**: 12 15 16**Related module**: [CryptoCommonApi](capi-cryptocommonapi.md) 17 18**Header file**: [crypto_common.h](capi-crypto-common-h.md) 19 20## Summary 21 22### Member Variables 23 24| Name| Description| 25| -- | -- | 26| uint8_t* data | Pointer to the data.| 27| size_t len | Length of the data.| 28