FFmpeg
4.0
|
Data Fields | |
uint64_t | Kw [4] |
uint64_t | Ke [6] |
uint64_t | K [24] |
int | key_bits |
Definition at line 42 of file camellia.c.
uint64_t AVCAMELLIA::Kw[4] |
Definition at line 43 of file camellia.c.
Referenced by camellia_decrypt(), camellia_encrypt(), and generate_round_keys().
uint64_t AVCAMELLIA::Ke[6] |
Definition at line 44 of file camellia.c.
Referenced by camellia_decrypt(), camellia_encrypt(), and generate_round_keys().
uint64_t AVCAMELLIA::K[24] |
Definition at line 45 of file camellia.c.
Referenced by camellia_decrypt(), camellia_encrypt(), and generate_round_keys().
int AVCAMELLIA::key_bits |
Definition at line 46 of file camellia.c.
Referenced by av_camellia_init(), camellia_decrypt(), camellia_encrypt(), and generate_round_keys().