Searched refs:av_camellia_crypt (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | camellia.c | 47 av_camellia_crypt(cs, temp, rpt, 1, NULL, 0); in main() 54 av_camellia_crypt(cs, temp, rct[j], 1, NULL, 1); in main() 64 av_camellia_crypt(cs, temp, rpt, 2, iv, 0); in main() 66 av_camellia_crypt(cs, temp, temp, 2, iv, 1); in main()
|
/third_party/ffmpeg/libavutil/ |
D | camellia.h | 65 void av_camellia_crypt(struct AVCAMELLIA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t…
|
D | camellia.c | 393 void av_camellia_crypt(AVCAMELLIA *cs, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, in… in av_camellia_crypt() function
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 140 av_camellia_crypt(camellia, output, input, size >> 4, NULL, 0); in run_lavu_camellia()
|