av_twofish_crypt   49 libavutil/tests/twofish.c         av_twofish_crypt(cs, temp, rpt, 1, NULL, 0);
av_twofish_crypt   56 libavutil/tests/twofish.c         av_twofish_crypt(cs, temp, rct[j], 1, NULL, 1);
av_twofish_crypt   69 libavutil/tests/twofish.c             av_twofish_crypt(cs, temp, rpt, 1, NULL, 0);
av_twofish_crypt   83 libavutil/tests/twofish.c     av_twofish_crypt(cs, temp, rpt, 2, iv, 0);
av_twofish_crypt   85 libavutil/tests/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  170 tools/crypto_bench.c     av_twofish_crypt(twofish, output, input, size >> 4, NULL, 0);