Searched refs:FORMAT_PEM (Results 51 - 75 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Docsp.c382 issuer = load_cert(bio_err, *args, FORMAT_PEM,
392 cert = load_cert(bio_err, *args, FORMAT_PEM,
630 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM,
636 rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM,
639 rother = load_certs(bio_err, rcertfile, FORMAT_PEM,
644 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL,
677 signer = load_cert(bio_err, signfile, FORMAT_PEM,
684 sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM,
689 key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL,
825 verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM,
[all...]
H A Dx509.c242 informat = FORMAT_PEM;
243 outformat = FORMAT_PEM;
244 keyformat = FORMAT_PEM;
245 CAformat = FORMAT_PEM;
246 CAkeyformat = FORMAT_PEM;
530 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) {
998 else if (outformat == FORMAT_PEM) {
H A Dasn1pars.c104 informat = FORMAT_PEM;
266 if (informat == FORMAT_PEM) {
H A Dreq.c178 FORMAT_PEM;
215 informat = FORMAT_PEM;
216 outformat = FORMAT_PEM;
746 else if (informat == FORMAT_PEM)
985 else if (outformat == FORMAT_PEM) {
1002 else if (outformat == FORMAT_PEM)
H A Dpkeyutl.c95 int keyform = FORMAT_PEM, peerform = FORMAT_PEM;
H A Drsautl.c96 int keyform = FORMAT_PEM;
H A Dspkac.c195 FORMAT_PEM, 1, passin, e, "private key");
H A Dapps.h354 # define FORMAT_PEM 3 macro
H A Dpkcs12.c519 FORMAT_PEM, 1, passin, e, "private key");
530 certs = load_certs(bio_err, infile, FORMAT_PEM, NULL, e,
565 if (!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c242 informat = FORMAT_PEM;
243 outformat = FORMAT_PEM;
244 keyformat = FORMAT_PEM;
245 CAformat = FORMAT_PEM;
246 CAkeyformat = FORMAT_PEM;
530 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) {
998 else if (outformat == FORMAT_PEM) {
H A Dasn1pars.c104 informat = FORMAT_PEM;
266 if (informat == FORMAT_PEM) {
H A Dreq.c178 FORMAT_PEM;
215 informat = FORMAT_PEM;
216 outformat = FORMAT_PEM;
746 else if (informat == FORMAT_PEM)
985 else if (outformat == FORMAT_PEM) {
1002 else if (outformat == FORMAT_PEM)
H A Dpkeyutl.c95 int keyform = FORMAT_PEM, peerform = FORMAT_PEM;
H A Drsautl.c96 int keyform = FORMAT_PEM;
H A Dspkac.c195 FORMAT_PEM, 1, passin, e, "private key");
H A Dapps.h354 # define FORMAT_PEM 3 macro
H A Dpkcs12.c519 FORMAT_PEM, 1, passin, e, "private key");
530 certs = load_certs(bio_err, infile, FORMAT_PEM, NULL, e,
565 if (!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM,
H A Ds_cb.c1299 exc->certform = FORMAT_PEM;
1300 exc->keyform = FORMAT_PEM;
1353 exc->chainfile, FORMAT_PEM,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dasn1pars.c102 informat=FORMAT_PEM;
280 if (informat == FORMAT_PEM)
H A Dreq.c179 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM;
215 informat=FORMAT_PEM;
216 outformat=FORMAT_PEM;
878 else if (informat == FORMAT_PEM)
1142 else if (outformat == FORMAT_PEM) {
1159 else if (outformat == FORMAT_PEM)
H A Dapps.h327 #define FORMAT_PEM 3 macro
H A Drsautl.c95 int keyform = FORMAT_PEM;
H A Dspkac.c198 FORMAT_PEM, 1, passin, e, "private key");
H A Ds_server.c556 int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM;
559 int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM;
H A Dverify.c245 x = load_cert(bio_err, file, FORMAT_PEM, NULL, e, "certificate file");

Completed in 222 milliseconds

1234