FFmpeg
|
#include <aes_internal.h>
Data Fields | |
av_aes_block | round_key [15] |
av_aes_block | state [2] |
int | rounds |
void(* | crypt )(struct AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) |
Definition at line 34 of file aes_internal.h.
av_aes_block AVAES::round_key[15] |
Definition at line 37 of file aes_internal.h.
Referenced by addkey(), addkey_d(), and addkey_s().
av_aes_block AVAES::state[2] |
Definition at line 38 of file aes_internal.h.
int AVAES::rounds |
Definition at line 39 of file aes_internal.h.
Referenced by aes_decrypt(), aes_encrypt(), and av_aes_init().
void(* AVAES::crypt) (struct AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) |
Definition at line 40 of file aes_internal.h.