av_xtea_crypt      96 libavutil/tests/xtea.c         test_xtea(ctx, buf, xtea_test_pt[i], xtea_test_ct[i], 1, NULL, 0, "encryption", av_xtea_crypt);
av_xtea_crypt      97 libavutil/tests/xtea.c         test_xtea(ctx, buf, xtea_test_ct[i], xtea_test_pt[i], 1, NULL, 1, "decryption", av_xtea_crypt);
av_xtea_crypt     111 libavutil/tests/xtea.c         av_xtea_crypt(ctx, ct, src, 4, iv, 0);
av_xtea_crypt     115 libavutil/tests/xtea.c         test_xtea(ctx, pl, ct, src, 4, iv, 1, "CBC decryption", av_xtea_crypt);
av_xtea_crypt     118 libavutil/tests/xtea.c         test_xtea(ctx, ct, ct, src, 4, iv, 1, "CBC inplace decryption", av_xtea_crypt);
av_xtea_crypt      73 libavutil/xtea.h void av_xtea_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src,
av_xtea_crypt     190 tools/crypto_bench.c     av_xtea_crypt(xtea, output, input, size >> 3, NULL, 0);