Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dtwofish.h44 struct AVTWOFISH *av_twofish_alloc(void);
Dtwofish.c119 struct AVTWOFISH *av_twofish_alloc(void) in av_twofish_alloc() function
/third_party/ffmpeg/libavutil/tests/
Dtwofish.c46 cs = av_twofish_alloc(); in main()
/third_party/ffmpeg/tools/
Dcrypto_bench.c167 if (!twofish && !(twofish = av_twofish_alloc())) in run_lavu_twofish()