av_blowfish_alloc   43 libavutil/blowfish.h AVBlowfish *av_blowfish_alloc(void);
av_blowfish_alloc  152 libavutil/tests/blowfish.c     AVBlowfish *ctx = av_blowfish_alloc();
av_blowfish_alloc  127 tools/crypto_bench.c     if (!blowfish && !(blowfish = av_blowfish_alloc()))