cipher_name
const struct cipher_name *cipher = &cipher_names[i];
OBJ_NAME_from_cipher_name(OBJ_NAME *obj_name, const struct cipher_name *cipher)
const struct cipher_name *cipher = &cipher_names[i];
return strcmp(a, ((const struct cipher_name *)b)->name);
const struct cipher_name *cipher;
static const struct cipher_name cipher_names[] = {
const char *cipher_name = "unknown";
cipher_name = cipher->name;
if (BIO_printf(bp, " Cipher : %s\n", cipher_name) <= 0)