/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_blowfish.c | 54 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 D | cipher_blowfish.h | 10 #include <openssl/blowfish.h>
|
H A D | cipher_blowfish_hw.c | 28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, blowfish, PROV_BLOWFISH_CTX, BF_KEY, \
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_blowfish.c | 54 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 D | cipher_blowfish.h | 10 #include <openssl/blowfish.h>
|
H A D | cipher_blowfish_hw.c | 28 IMPLEMENT_CIPHER_HW_##UCMODE(mode, blowfish, PROV_BLOWFISH_CTX, BF_KEY, \
|
/third_party/ffmpeg/tools/ |
H A D | crypto_bench.c | 79 #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 D | libavutil.mak | 42 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 D | Makefile | 13 blowfish.h \ 111 blowfish.o \ 230 blowfish \
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_bf.c | 22 # include <openssl/blowfish.h>
|
/third_party/node/deps/openssl/openssl/crypto/bf/ |
H A D | bf_ecb.c | 16 #include <openssl/blowfish.h> 28 return "blowfish(ptr)"; in BF_options()
|
H A D | bf_ofb64.c | 16 #include <openssl/blowfish.h>
|
H A D | bf_skey.c | 18 #include <openssl/blowfish.h>
|
H A D | bf_cfb64.c | 16 #include <openssl/blowfish.h>
|
H A D | bf_enc.c | 16 #include <openssl/blowfish.h>
|
/third_party/openssl/crypto/bf/ |
H A D | bf_ecb.c | 16 #include <openssl/blowfish.h> 28 return "blowfish(ptr)"; in BF_options()
|
H A D | bf_ofb64.c | 16 #include <openssl/blowfish.h>
|
H A D | bf_skey.c | 18 #include <openssl/blowfish.h>
|
H A D | bf_cfb64.c | 16 #include <openssl/blowfish.h>
|
H A D | bf_enc.c | 16 #include <openssl/blowfish.h>
|
/third_party/openssl/crypto/evp/ |
H A D | e_bf.c | 22 # include <openssl/blowfish.h>
|
/third_party/ltp/testcases/network/stress/ipsec/ |
H A D | ipsec_lib.sh | 71 blowfish) EALGO_KEY=$(get_key 448);;
|
/third_party/openssl/test/ |
H A D | bftest.c | 25 # include <openssl/blowfish.h>
|