Searched refs:av_cast5_crypt (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | cast5.c | 55 av_cast5_crypt(cs, temp, rpt, 1, 0); in main() 63 av_cast5_crypt(cs, temp, rct[j], 1, 1); in main() 75 av_cast5_crypt(cs, rpt2[0], rpt2[0], 2, 0); in main() 77 av_cast5_crypt(cs, rpt2[1], rpt2[1], 2, 0); in main()
|
/third_party/ffmpeg/libavutil/ |
D | cast5.h | 64 void av_cast5_crypt(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count, int decrypt);
|
D | cast5.c | 496 void av_cast5_crypt(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, int decrypt) in av_cast5_crypt() function
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 150 av_cast5_crypt(cast, output, input, size >> 3, 0); in run_lavu_cast128()
|