Searched refs:EVP_bf_cbc (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | cipher-bf1.c | 93 memcpy(&ssh1_bf, EVP_bf_cbc(), sizeof(EVP_CIPHER)); in evp_ssh1_bf()
|
D | cipher.c | 91 SSH_CIPHER_SSH2, 8, 16, 0, 0, 0, 1, EVP_bf_cbc },
|
/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);
|