Searched refs:EVP_bf_cbc (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/decrepit/blowfish/ |
D | blowfish_test.cc | 109 ASSERT_TRUE(EVP_EncryptInit_ex(ctx.get(), EVP_bf_cbc(), nullptr, test.key, in TEST() 119 ASSERT_TRUE(EVP_DecryptInit_ex(decrypt_ctx.get(), EVP_bf_cbc(), nullptr, in TEST()
|
D | blowfish.c | 624 const EVP_CIPHER *EVP_bf_cbc(void) { return &bf_cbc; } in EVP_bf_cbc() function
|
/external/openssh/ |
D | cipher-bf1.c | 94 memcpy(&ssh1_bf, EVP_bf_cbc(), sizeof(EVP_CIPHER)); in evp_ssh1_bf()
|
D | cipher.c | 104 SSH_CIPHER_SSH2, 8, 16, 0, 0, 0, 1, EVP_bf_cbc },
|
/external/boringssl/src/include/openssl/ |
D | cipher.h | 432 OPENSSL_EXPORT const EVP_CIPHER *EVP_bf_cbc(void);
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 70 #define EVP_bf_cbc() NULL macro 1459 return evp_crypt(data, key, iv, EVP_bf_cbc(), 1); 1466 return evp_crypt(data, key, iv, EVP_bf_cbc(), 0);
|