Searched refs:twofish (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/tools/ |
H A D | crypto_bench.c | 83 #include "libavutil/twofish.h" 166 static struct AVTWOFISH *twofish; in run_lavu_twofish() local 167 if (!twofish && !(twofish = av_twofish_alloc())) in run_lavu_twofish() 169 av_twofish_init(twofish, hardcoded_key, 128); in run_lavu_twofish() 170 av_twofish_crypt(twofish, output, input, size >> 4, NULL, 0); in run_lavu_twofish() 331 DEFINE_GCRYPT_CYPHER_WRAPPER(twofish, TWOFISH128, ECB, 16) 544 symmetric_key twofish; in run_tomcrypt_twofish() local 547 twofish_setup(hardcoded_key, 16, 0, &twofish); in run_tomcrypt_twofish() 550 twofish_ecb_encrypt(input + i, output + i, &twofish); in run_tomcrypt_twofish() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | libavutil.mak | 156 FATE_LIBAVUTIL += fate-twofish 157 fate-twofish: libavutil/tests/twofish$(EXESUF) 158 fate-twofish: CMD = run libavutil/tests/twofish$(EXESUF) 159 fate-twofish: CMP = null
|
/third_party/ffmpeg/libavutil/ |
H A D | Makefile | 85 twofish.h \ 173 twofish.o \ 269 twofish \
|
/third_party/ltp/testcases/network/stress/ipsec/ |
H A D | ipsec_lib.sh | 72 aes|twofish|camellia|serpent) EALGO_KEY=$(get_key 256);;
|
Completed in 3 milliseconds