Pepper_31_C_interfaces
Public Attributes | List of all members
PP_DecryptedBlockInfo Struct Reference

#include <pp_content_decryptor_samsung.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 228 of file pp_content_decryptor_samsung.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 237 of file pp_content_decryptor_samsung.h.

PP_DecryptResult PP_DecryptedBlockInfo::result

Result of the decryption (and/or decoding) operation.

Definition at line 232 of file pp_content_decryptor_samsung.h.

struct PP_DecryptTrackingInfo PP_DecryptedBlockInfo::tracking_info

Information needed by the client to track the block to be decrypted.

Definition at line 241 of file pp_content_decryptor_samsung.h.


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