Lines Matching refs:name
38 static void show_ciphers(const OBJ_NAME *name, void *bio_);
145 /* first check the command name */
307 /* Get the cipher name, either from progname (if set) or flag. */
654 static void show_ciphers(const OBJ_NAME *name, void *arg)
659 if (!islower((unsigned char)*name->name))
663 cipher = EVP_get_cipherbyname(name->name);
669 BIO_printf(dec->bio, "-%-25s", name->name);