Searched refs:av_xtea_crypt (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | xtea.c | 96 … test_xtea(ctx, buf, xtea_test_pt[i], xtea_test_ct[i], 1, NULL, 0, "encryption", av_xtea_crypt); in main() 97 … test_xtea(ctx, buf, xtea_test_ct[i], xtea_test_pt[i], 1, NULL, 1, "decryption", av_xtea_crypt); in main() 111 av_xtea_crypt(ctx, ct, src, 4, iv, 0); in main() 115 test_xtea(ctx, pl, ct, src, 4, iv, 1, "CBC decryption", av_xtea_crypt); in main() 118 test_xtea(ctx, ct, ct, src, 4, iv, 1, "CBC inplace decryption", av_xtea_crypt); in main()
|
/third_party/ffmpeg/libavutil/ |
D | xtea.h | 73 void av_xtea_crypt(struct AVXTEA *ctx, uint8_t *dst, const uint8_t *src,
|
D | xtea.c | 243 void av_xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, in av_xtea_crypt() function
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 190 av_xtea_crypt(xtea, output, input, size >> 3, NULL, 0); in run_lavu_xtea()
|