Home
last modified time | relevance | path

Searched refs:twofish (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/tools/
Dcrypto_bench.c166 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()
657 IMPL(lavu, "TWOFISH", twofish, "crc:9edbd5c1")
658 IMPL(gcrypt, "TWOFISH", twofish, "crc:9edbd5c1")
[all …]
/third_party/ffmpeg/tests/fate/
Dlibavutil.mak152 FATE_LIBAVUTIL += fate-twofish
153 fate-twofish: libavutil/tests/twofish$(EXESUF)
154 fate-twofish: CMD = run libavutil/tests/twofish$(EXESUF)
155 fate-twofish: CMP = null
/third_party/ltp/runtest/
Dnet_stress.ipsec_udp30 udp4_ipsec30 udp_ipsec.sh -p esp -a sha384 -e twofish -m transport -s 100:1000:65446:R65446
31 udp4_ipsec31 udp_ipsec.sh -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65426:R65426
67 udp6_ipsec30 udp_ipsec.sh -6 -p esp -a sha384 -e twofish -m transport -s 100:1000:65462:R65462
68 udp6_ipsec31 udp_ipsec.sh -6 -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65527:R65527
89 udp4_ipsec_vti15 udp_ipsec_vti.sh -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65426:R65426
107 udp6_ipsec_vti15 udp_ipsec_vti.sh -6 -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65527:R65527
Dnet_stress.ipsec_sctp30 sctp4_ipsec30 sctp_ipsec.sh -p esp -a sha384 -e twofish -m transport -s 100:1000:65535:R65535
31 sctp4_ipsec31 sctp_ipsec.sh -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65535:R65535
67 sctp6_ipsec30 sctp_ipsec.sh -6 -p esp -a sha384 -e twofish -m transport -s 100:1000:65535:R65535
68 sctp6_ipsec31 sctp_ipsec.sh -6 -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65535:R65535
89 sctp4_ipsec_vti15 sctp_ipsec_vti.sh -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65535:R65535
107 sctp6_ipsec_vti15 sctp_ipsec_vti.sh -6 -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65535:R655…
Dnet_stress.ipsec_dccp30 dccp4_ipsec30 dccp_ipsec.sh -p esp -a sha384 -e twofish -m transport -s 100:500:1000:R1000
31 dccp4_ipsec31 dccp_ipsec.sh -p esp -a sha384 -e twofish -m tunnel -s 100:500:1000:R1000
67 dccp6_ipsec30 dccp_ipsec.sh -6 -p esp -a sha384 -e twofish -m transport -s 100:500:1000:R1000
68 dccp6_ipsec31 dccp_ipsec.sh -6 -p esp -a sha384 -e twofish -m tunnel -s 100:500:1000:R1000
89 dccp4_ipsec_vti15 dccp_ipsec_vti.sh -p esp -a sha384 -e twofish -m tunnel -s 100:500:1000:R1000
107 dccp6_ipsec_vti15 dccp_ipsec_vti.sh -6 -p esp -a sha384 -e twofish -m tunnel -s 100:500:1000:R1000
Dnet_stress.ipsec_tcp30 tcp4_ipsec30 tcp_ipsec.sh -p esp -a sha384 -e twofish -m transport -s 100:1000:65535:R65535
31 tcp4_ipsec31 tcp_ipsec.sh -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65535:R65535
67 tcp6_ipsec30 tcp_ipsec.sh -6 -p esp -a sha384 -e twofish -m transport -s 100:1000:65535:R65535
68 tcp6_ipsec31 tcp_ipsec.sh -6 -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65535:R65535
89 tcp4_ipsec_vti15 tcp_ipsec_vti.sh -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65535:R65535
107 tcp6_ipsec_vti15 tcp_ipsec_vti.sh -6 -p esp -a sha384 -e twofish -m tunnel -s 100:1000:65535:R65535
Dnet_stress.ipsec_icmp88 icmp4-uni-vti05 icmp-uni-vti.sh -p esp -a sha512 -e twofish -m tunnel -S fffffffe -k 0x7fffffff -s …
106 icmp6-uni-vti05 icmp-uni-vti.sh -6 -p esp -e twofish -m tunnel -S fffffffe -k 0xffff -s 10:100:1000…
/third_party/ffmpeg/libavutil/
DMakefile81 twofish.h \
164 twofish.o \
251 twofish \
/third_party/ffmpeg/libavutil/tests/
D.gitignore49 /twofish
/third_party/ltp/testcases/network/stress/ipsec/
Dipsec_lib.sh67 aes|twofish|camellia|serpent) EALGO_KEY=$(get_key 256);;
/third_party/ffmpeg/
DBUILD.gn1476 "//third_party/ffmpeg/libavutil/twofish.c",