Home
last modified time | relevance | path

Searched refs:blowfish (Results 1 – 25 of 25) sorted by relevance

/third_party/ffmpeg/tools/
Dcrypto_bench.c126 static struct AVBlowfish *blowfish; in run_lavu_blowfish() local
127 if (!blowfish && !(blowfish = av_blowfish_alloc())) in run_lavu_blowfish()
129 av_blowfish_init(blowfish, hardcoded_key, 16); in run_lavu_blowfish()
130 av_blowfish_crypt(blowfish, output, input, size >> 3, NULL, 0); in run_lavu_blowfish()
238 BF_KEY blowfish; in run_crypto_blowfish() local
241 BF_set_key(&blowfish, 16, hardcoded_key); in run_crypto_blowfish()
243 BF_ecb_encrypt(input + i, output + i, &blowfish, 1); in run_crypto_blowfish()
327 DEFINE_GCRYPT_CYPHER_WRAPPER(blowfish, BLOWFISH, ECB, 16)
398 mbedtls_blowfish_context blowfish; local
400 mbedtls_blowfish_init(&blowfish);
[all …]
/third_party/ffmpeg/tests/fate/
Dlibavutil.mak38 FATE_LIBAVUTIL += fate-blowfish
39 fate-blowfish: libavutil/tests/blowfish$(EXESUF)
40 fate-blowfish: CMD = run libavutil/tests/blowfish$(EXESUF)
/third_party/ltp/runtest/
Dnet_stress.ipsec_udp28 udp4_ipsec28 udp_ipsec.sh -p esp -a sha256 -e blowfish -m transport -s 100:1000:65470:R65470
29 udp4_ipsec29 udp_ipsec.sh -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65426:R65426
65 udp6_ipsec28 udp_ipsec.sh -6 -p esp -a sha256 -e blowfish -m transport -s 100:1000:65490:R65490
66 udp6_ipsec29 udp_ipsec.sh -6 -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65527:R65527
88 udp4_ipsec_vti14 udp_ipsec_vti.sh -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65426:R65426
106 udp6_ipsec_vti14 udp_ipsec_vti.sh -6 -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65527:R65527
Dnet_stress.ipsec_sctp28 sctp4_ipsec28 sctp_ipsec.sh -p esp -a sha256 -e blowfish -m transport -s 100:1000:65535:R65535
29 sctp4_ipsec29 sctp_ipsec.sh -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65535:R65535
65 sctp6_ipsec28 sctp_ipsec.sh -6 -p esp -a sha256 -e blowfish -m transport -s 100:1000:65535:R65535
66 sctp6_ipsec29 sctp_ipsec.sh -6 -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65535:R65535
88 sctp4_ipsec_vti14 sctp_ipsec_vti.sh -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65535:R65535
106 sctp6_ipsec_vti14 sctp_ipsec_vti.sh -6 -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65535:R65…
Dnet_stress.ipsec_dccp28 dccp4_ipsec28 dccp_ipsec.sh -p esp -a sha256 -e blowfish -m transport -s 100:500:1000:R1000
29 dccp4_ipsec29 dccp_ipsec.sh -p esp -a sha256 -e blowfish -m tunnel -s 100:500:1000:R1000
65 dccp6_ipsec28 dccp_ipsec.sh -6 -p esp -a sha256 -e blowfish -m transport -s 100:500:1000:R1000
66 dccp6_ipsec29 dccp_ipsec.sh -6 -p esp -a sha256 -e blowfish -m tunnel -s 100:500:1000:R1000
88 dccp4_ipsec_vti14 dccp_ipsec_vti.sh -p esp -a sha256 -e blowfish -m tunnel -s 100:500:1000:R1000
106 dccp6_ipsec_vti14 dccp_ipsec_vti.sh -6 -p esp -a sha256 -e blowfish -m tunnel -s 100:500:1000:R1000
Dnet_stress.ipsec_tcp28 tcp4_ipsec28 tcp_ipsec.sh -p esp -a sha256 -e blowfish -m transport -s 100:1000:65535:R65535
29 tcp4_ipsec29 tcp_ipsec.sh -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65535:R65535
65 tcp6_ipsec28 tcp_ipsec.sh -6 -p esp -a sha256 -e blowfish -m transport -s 100:1000:65535:R65535
66 tcp6_ipsec29 tcp_ipsec.sh -6 -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65535:R65535
88 tcp4_ipsec_vti14 tcp_ipsec_vti.sh -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65535:R65535
106 tcp6_ipsec_vti14 tcp_ipsec_vti.sh -6 -p esp -a sha256 -e blowfish -m tunnel -s 100:1000:65535:R65535
Dnet_stress.ipsec_icmp87 icmp4-uni-vti04 icmp-uni-vti.sh -p esp -e blowfish -m tunnel -S fffffffe -k 3 -s 10:100:1000:10000:…
105 icmp6-uni-vti04 icmp-uni-vti.sh -6 -p esp -a rmd160 -e blowfish -m tunnel -S fffffffe -k 0x80000000…
/third_party/ffmpeg/libavutil/
DMakefile13 blowfish.h \
106 blowfish.o \
213 blowfish \
/third_party/ffmpeg/libavutil/tests/
D.gitignore8 /blowfish
/third_party/openssl/doc/man3/
DBF_encrypt.pod10 #include <openssl/blowfish.h>
33 by Counterpane (see http://www.counterpane.com/blowfish.html ).
/third_party/node/deps/npm/node_modules/bcrypt-pbkdf/
DREADME.md42 This source form is a 1:1 port from the OpenBSD `blowfish.c` and `bcrypt_pbkdf.c`.
/third_party/ltp/testcases/network/stress/ipsec/
Dipsec_lib.sh66 blowfish) EALGO_KEY=$(get_key 448);;
/third_party/musl/
DCOPYRIGHT137 The implementation of blowfish crypt (src/crypt/crypt_blowfish.c) was
DWHATSNEW686 - blowfish crypt
/third_party/grpc/templates/src/objective-c/
DBoringSSL-GRPC.podspec.template198 #include "blowfish.h"
/third_party/openssl/doc/man1/
Denc.pod285 blowfish Alias for bf-cbc
/third_party/grpc/src/objective-c/
DBoringSSL-GRPC.podspec168 #include "blowfish.h"
/third_party/openssl/
DNEWS872 o Bug fix in blowfish EVP.
DCHANGES10067 *) Fix for blowfish EVP: its a variable length cipher.
11639 *) Add OIDs for idea and blowfish in CBC mode. This will allow both
/third_party/ffmpeg/
DBUILD.gn1414 "//third_party/ffmpeg/libavutil/blowfish.c",
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt14742 鯺 < blowfish;
46316 鯺 > blowfish;
46317 鯸 > blowfish;
46319 鮐 > blowfish;
46320 魨 > blowfish;
/third_party/icu/icu4c/source/test/testdata/
Demoji-test.txt2218 1F421 ; fully-qualified # �� blowfish
/third_party/mbedtls/
DChangeLog4199 * Added blowfish algorithm (Generic and cipher layer)
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party4559 FILE: ../../../third_party/boringssl/src/decrepit/blowfish/blowfish.c
4573 FILE: ../../../third_party/boringssl/src/include/openssl/blowfish.h
/third_party/node/tools/
Dlint-md.mjs47252 /fish$/i, // "fish", "blowfish", "angelfish"