av_twofish_crypt  359 libavutil/twofish.c         av_twofish_crypt(cs, temp, rpt, 1, NULL, 0);
av_twofish_crypt  366 libavutil/twofish.c         av_twofish_crypt(cs, temp, rct[j], 1, NULL, 1);
av_twofish_crypt  379 libavutil/twofish.c             av_twofish_crypt(cs, temp, rpt, 1, NULL, 0);
av_twofish_crypt  393 libavutil/twofish.c     av_twofish_crypt(cs, temp, rpt, 2, iv, 0);
av_twofish_crypt  395 libavutil/twofish.c     av_twofish_crypt(cs, temp, temp, 2, iv, 1);
av_twofish_crypt   65 libavutil/twofish.h void av_twofish_crypt(struct AVTWOFISH *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t* iv, int decrypt);
av_twofish_crypt  144 tools/crypto_bench.c     av_twofish_crypt(twofish, output, input, size >> 4, NULL, 0);