|
FFmpeg
|
Go to the source code of this file.
Functions | |
| void | ff_aes_decrypt_10_aesni (AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) |
| void | ff_aes_decrypt_12_aesni (AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) |
| void | ff_aes_decrypt_14_aesni (AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) |
| void | ff_aes_encrypt_10_aesni (AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) |
| void | ff_aes_encrypt_12_aesni (AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) |
| void | ff_aes_encrypt_14_aesni (AVAES *a, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int rounds) |
| void | ff_init_aes_x86 (AVAES *a, int decrypt) |
| void ff_aes_decrypt_10_aesni | ( | AVAES * | a, |
| uint8_t * | dst, | ||
| const uint8_t * | src, | ||
| int | count, | ||
| uint8_t * | iv, | ||
| int | rounds | ||
| ) |
Referenced by ff_init_aes_x86().
| void ff_aes_decrypt_12_aesni | ( | AVAES * | a, |
| uint8_t * | dst, | ||
| const uint8_t * | src, | ||
| int | count, | ||
| uint8_t * | iv, | ||
| int | rounds | ||
| ) |
Referenced by ff_init_aes_x86().
| void ff_aes_decrypt_14_aesni | ( | AVAES * | a, |
| uint8_t * | dst, | ||
| const uint8_t * | src, | ||
| int | count, | ||
| uint8_t * | iv, | ||
| int | rounds | ||
| ) |
Referenced by ff_init_aes_x86().
| void ff_aes_encrypt_10_aesni | ( | AVAES * | a, |
| uint8_t * | dst, | ||
| const uint8_t * | src, | ||
| int | count, | ||
| uint8_t * | iv, | ||
| int | rounds | ||
| ) |
Referenced by ff_init_aes_x86().
| void ff_aes_encrypt_12_aesni | ( | AVAES * | a, |
| uint8_t * | dst, | ||
| const uint8_t * | src, | ||
| int | count, | ||
| uint8_t * | iv, | ||
| int | rounds | ||
| ) |
Referenced by ff_init_aes_x86().
| void ff_aes_encrypt_14_aesni | ( | AVAES * | a, |
| uint8_t * | dst, | ||
| const uint8_t * | src, | ||
| int | count, | ||
| uint8_t * | iv, | ||
| int | rounds | ||
| ) |
Referenced by ff_init_aes_x86().
| void ff_init_aes_x86 | ( | AVAES * | a, |
| int | decrypt | ||
| ) |
Definition at line 38 of file aes_init.c.
Referenced by av_aes_init().
1.8.17