Wasabi ExpressPlay SDK for Embedded Systems  1.10
Data Fields
TS2_SecretAesCbcDecrypter Struct Reference

Decrypter structure for the decrypter created by the TS2_CryptoInterface CreateSecretAesCbcDecrypter function. More...

#include <Ts2Protection.h>

Data Fields

void * instance
 
ATX_Result(* Decrypt )(void *instance, const ATX_Byte *enc_data, ATX_Size data_size, ATX_Byte *dec_data)
 
void(* Destroy )(void *instance)
 

Detailed Description

Decrypter structure for the decrypter created by the TS2_CryptoInterface CreateSecretAesCbcDecrypter function.

Field Documentation

ATX_Result(* TS2_SecretAesCbcDecrypter::Decrypt)(void *instance, const ATX_Byte *enc_data, ATX_Size data_size, ATX_Byte *dec_data)
void(* TS2_SecretAesCbcDecrypter::Destroy)(void *instance)
void* TS2_SecretAesCbcDecrypter::instance

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