vpx_decrypt_init Struct Reference

Structure to hold decryption state. More...

Public Attributes

vpx_decrypt_cb decrypt_cb
 Decrypt callback. More...
 
void * decrypt_state
 Decryption state. More...
 

Detailed Description

Structure to hold decryption state.

Defines a structure to hold the decryption state and access function.

Member Data Documentation

◆ decrypt_cb

vpx_decrypt_cb vpx_decrypt_init::decrypt_cb

Decrypt callback.

◆ decrypt_state

void * vpx_decrypt_init::decrypt_state

Decryption state.