Lines Matching refs:algname
69 const char *ciphername = NULL, *paramfile = NULL, *algname = NULL;
111 algname = opt_arg();
151 if (algname != NULL) {
152 if (!init_gen_str(&ctx, algname, e, do_param, libctx, app_get0_propq()))
184 pkey = do_param ? app_paramgen(ctx, algname)
185 : app_keygen(ctx, algname, 0, 0 /* not verbose */);
283 const char *algname, ENGINE *e, int do_param,
294 pkey_id = get_legacy_pkey_id(libctx, algname, e);
298 ctx = EVP_PKEY_CTX_new_from_name(libctx, algname, propq);
314 BIO_printf(bio_err, "Error initializing %s context\n", algname);