Home
last modified time | relevance | path

Searched refs:av_blowfish_alloc (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dblowfish.h43 AVBlowfish *av_blowfish_alloc(void);
Dblowfish.c305 AVBlowfish *av_blowfish_alloc(void) in av_blowfish_alloc() function
/third_party/ffmpeg/libavutil/tests/
Dblowfish.c152 AVBlowfish *ctx = av_blowfish_alloc(); in main()
/third_party/ffmpeg/tools/
Dcrypto_bench.c127 if (!blowfish && !(blowfish = av_blowfish_alloc())) in run_lavu_blowfish()
/third_party/ffmpeg/doc/
DAPIchanges1276 9ed59f1 / 7a7df34c - Add av_blowfish_alloc().