Go to the source code of this file.
Functions | |
| void | av_xtea_init (AVXTEA *ctx, const uint8_t key[16]) |
| Initialize an AVXTEA context. More... | |
| static void | xtea_crypt_ecb (AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int decrypt, uint8_t *iv) |
| void | av_xtea_crypt (AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) |
| Encrypt or decrypt a buffer using a previously initialized context. More... | |