EVP_CIPHER_name
printf("Testing cipher %s%s\n", EVP_CIPHER_name(c),
EVP_CIPHER_name(cfg.cipher));
BIO_printf(arg, "%s\n", EVP_CIPHER_name(c));