Home
last modified time | relevance | path

Searched refs:keyformat (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/openssl/apps/
H A Drsautl.c80 int rsa_inlen, keyformat = FORMAT_PEM, keysize, ret = 1;
97 if (!opt_format(opt_arg(), OPT_FMT_PDE, &keyformat))
181 pkey = load_key(keyfile, keyformat, 0, passin, e, "Private Key");
185 pkey = load_pubkey(keyfile, keyformat, 0, NULL, e, "Public Key");
189 x = load_cert(keyfile, keyformat, "Certificate");
H A Dspkac.c62 int keyformat = FORMAT_PEM; in spkac_main() local
99 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in spkac_main()
127 keyformat, 1, passin, e, "private key"); in spkac_main()
H A Dcrl.c77 int informat = FORMAT_PEM, outformat = FORMAT_PEM, keyformat = FORMAT_PEM; in crl_main() local
112 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &keyformat)) in crl_main()
230 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
H A Dx509.c175 int informat = FORMAT_PEM, outformat = FORMAT_PEM, keyformat = FORMAT_PEM; in x509_main() local
220 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &keyformat)) in x509_main()
481 fkey = load_pubkey(fkeyfile, keyformat, 0, NULL, e, "Forced key"); in x509_main()
796 Upkey = load_key(keyfile, keyformat, 0, in x509_main()
826 pk = load_key(keyfile, keyformat, 0, in x509_main()
H A Dca.c256 int keyformat = FORMAT_PEM, multirdn = 0, notext = 0, output_der = 0; in ca_main() local
329 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in ca_main()
523 pkey = load_key(keyfile, keyformat, 0, key, e, "CA private key"); in ca_main()