Home
last modified time | relevance | path

Searched refs:blowfish (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_blowfish.c54 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, ecb, ECB, BF_FLAGS, 128, 64, 0, block)
56 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, cbc, CBC, BF_FLAGS, 128, 64, 64, block)
58 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, ofb64, OFB, BF_FLAGS, 128, 8, 64, stream)
60 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, cfb64, CFB, BF_FLAGS, 128, 8, 64, stream)
H A Dcipher_blowfish.h10 #include <openssl/blowfish.h>
H A Dcipher_blowfish_hw.c28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, blowfish, PROV_BLOWFISH_CTX, BF_KEY, \
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_blowfish.c54 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, ecb, ECB, BF_FLAGS, 128, 64, 0, block)
56 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, cbc, CBC, BF_FLAGS, 128, 64, 64, block)
58 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, ofb64, OFB, BF_FLAGS, 128, 8, 64, stream)
60 IMPLEMENT_var_keylen_cipher(blowfish, BLOWFISH, cfb64, CFB, BF_FLAGS, 128, 8, 64, stream)
H A Dcipher_blowfish.h10 #include <openssl/blowfish.h>
H A Dcipher_blowfish_hw.c28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, blowfish, PROV_BLOWFISH_CTX, BF_KEY, \
/third_party/ffmpeg/tools/
H A Dcrypto_bench.c79 #include "libavutil/blowfish.h"
126 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()
204 #include <openssl/blowfish.h>
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, in run_crypto_blowfish()
398 mbedtls_blowfish_context blowfish; run_mbedcrypto_blowfish() local
489 symmetric_key blowfish; run_tomcrypt_blowfish() local
[all...]
/third_party/ffmpeg/tests/fate/
H A Dlibavutil.mak42 FATE_LIBAVUTIL += fate-blowfish
43 fate-blowfish: libavutil/tests/blowfish$(EXESUF)
44 fate-blowfish: CMD = run libavutil/tests/blowfish$(EXESUF)
/third_party/ffmpeg/libavutil/
H A DMakefile13 blowfish.h \
111 blowfish.o \
230 blowfish \
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_bf.c22 # include <openssl/blowfish.h>
/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_ecb.c16 #include <openssl/blowfish.h>
28 return "blowfish(ptr)"; in BF_options()
H A Dbf_ofb64.c16 #include <openssl/blowfish.h>
H A Dbf_skey.c18 #include <openssl/blowfish.h>
H A Dbf_cfb64.c16 #include <openssl/blowfish.h>
H A Dbf_enc.c16 #include <openssl/blowfish.h>
/third_party/openssl/crypto/bf/
H A Dbf_ecb.c16 #include <openssl/blowfish.h>
28 return "blowfish(ptr)"; in BF_options()
H A Dbf_ofb64.c16 #include <openssl/blowfish.h>
H A Dbf_skey.c18 #include <openssl/blowfish.h>
H A Dbf_cfb64.c16 #include <openssl/blowfish.h>
H A Dbf_enc.c16 #include <openssl/blowfish.h>
/third_party/openssl/crypto/evp/
H A De_bf.c22 # include <openssl/blowfish.h>
/third_party/ltp/testcases/network/stress/ipsec/
H A Dipsec_lib.sh71 blowfish) EALGO_KEY=$(get_key 448);;
/third_party/openssl/test/
H A Dbftest.c25 # include <openssl/blowfish.h>

Completed in 6 milliseconds