|
Pepper_47_C_interfaces
|
#include <pp_content_decryptor.h>

Public Attributes | |
| PP_DecryptResult | result |
| uint32_t | data_size |
| struct PP_DecryptTrackingInfo | tracking_info |
PP_DecryptedBlockInfo struct contains the decryption result and tracking info associated with the decrypted block.
Definition at line 189 of file pp_content_decryptor.h.
| uint32_t PP_DecryptedBlockInfo::data_size |
Size in bytes of decrypted data, which may be less than the size of the corresponding buffer.
Definition at line 198 of file pp_content_decryptor.h.
| PP_DecryptResult PP_DecryptedBlockInfo::result |
Result of the decryption (and/or decoding) operation.
Definition at line 193 of file pp_content_decryptor.h.
| struct PP_DecryptTrackingInfo PP_DecryptedBlockInfo::tracking_info |
Information needed by the client to track the block to be decrypted.
Definition at line 202 of file pp_content_decryptor.h.
1.8.6