Home
last modified time | relevance | path

Searched refs:av_camellia_crypt (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dcamellia.c47 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/
Dcamellia.h65 void av_camellia_crypt(struct AVCAMELLIA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t…
Dcamellia.c393 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/
Dcrypto_bench.c140 av_camellia_crypt(camellia, output, input, size >> 4, NULL, 0); in run_lavu_camellia()