Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
|
Go to the source code of this file.
Functions | |
TS2_EXPORT ATX_Result | TS2_Crypto_CreateGeneric (TS2_DrmKeyResolver resolver, TS2_CryptoInterface **crypto) |
Returns a generic TS2_CryptoInterface implementation that does all its cryptographic processing in software, in the clear, in memory. More... | |
TS2_EXPORT void | TS2_Crypto_ReleaseGeneric (TS2_CryptoInterface *crypto) |
Releases the specified TS2_CryptoInterface object. More... | |
TS2_EXPORT ATX_Result TS2_Crypto_CreateGeneric | ( | TS2_DrmKeyResolver | resolver, |
TS2_CryptoInterface ** | crypto | ||
) |
Returns a generic TS2_CryptoInterface implementation that does all its cryptographic processing in software, in the clear, in memory.
resolver | A TS2_DrmKeyResolver, which, given a content ID, returns the key needed to decrypt content with the specified ID. |
crypto | Address of a TS2_CryptoInterface pointer, which this method will set to refer to the generic TS2_CryptoInterface implementation it provides. |
TS2_EXPORT void TS2_Crypto_ReleaseGeneric | ( | TS2_CryptoInterface * | crypto | ) |
Releases the specified TS2_CryptoInterface object.
crypto | The TS2_CryptoInterface object. |