|
Pepper_31_C_interfaces
|
#include <pp_content_decryptor_samsung.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 228 of file pp_content_decryptor_samsung.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 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.
1.8.6