Searched refs:EVP_bf_cbc (Results 1 – 9 of 9) sorted by relevance
/external/openssh/ |
D | cipher-bf1.c | 99 memcpy(&ssh1_bf, EVP_bf_cbc(), sizeof(EVP_CIPHER)); in evp_ssh1_bf()
|
D | cipher.c | 75 { "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, 0, 1, EVP_bf_cbc },
|
/external/openssl/crypto/evp/ |
D | c_allc.c | 139 EVP_add_cipher(EVP_bf_cbc()); in OpenSSL_add_all_ciphers()
|
D | evp.h | 763 const EVP_CIPHER *EVP_bf_cbc(void);
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
D | c_allc.c | 139 EVP_add_cipher(EVP_bf_cbc()); in OpenSSL_add_all_ciphers()
|
D | evp.h | 763 const EVP_CIPHER *EVP_bf_cbc(void);
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 70 #define EVP_bf_cbc() NULL macro 1431 return evp_crypt(data, key, iv, EVP_bf_cbc(), 1); 1438 return evp_crypt(data, key, iv, EVP_bf_cbc(), 0);
|
/external/openssl/include/openssl/ |
D | evp.h | 763 const EVP_CIPHER *EVP_bf_cbc(void);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | evp.h | 763 const EVP_CIPHER *EVP_bf_cbc(void);
|