Home | History | Annotate | Download | only in apps

Lines Matching refs:keyform

163 " -keyform arg    - private key file format (PEM or ENGINE)\n",
271 int keyform=FORMAT_PEM;
405 else if (strcmp(*argv,"-keyform") == 0)
408 keyform=str2fmt(*(++argv));
761 pkey = load_key(bio_err, keyfile, keyform, 0, key, e,