EVP_CIPHER_meth_dup
EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);
EVP_CIPHER *ciph = EVP_CIPHER_meth_dup(EVP_aes_128_cbc());