av_xtea_le_crypt  189 libavformat/rtmpcrypt.c     av_xtea_le_crypt(&ctx, out, in, 1, NULL, 0);
av_xtea_le_crypt  106 libavutil/tests/xtea.c         test_xtea(ctx, buf, pl, ct, 1, NULL, 0, "encryption", av_xtea_le_crypt);
av_xtea_le_crypt  107 libavutil/tests/xtea.c         test_xtea(ctx, buf, ct, pl, 1, NULL, 1, "decryption", av_xtea_le_crypt);
av_xtea_le_crypt   87 libavutil/xtea.h void av_xtea_le_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src,