Pepper_47_C_interfaces
Public Attributes | List of all members
PP_DecryptedBlockInfo Struct Reference

#include <pp_content_decryptor.h>

Collaboration diagram for PP_DecryptedBlockInfo:
Collaboration graph

Public Attributes

PP_DecryptResult result
 
uint32_t data_size
 
struct PP_DecryptTrackingInfo tracking_info
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: