Searched refs:FORMAT_PEM (Results 26 - 50 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddsaparam.c142 informat=FORMAT_PEM;
143 outformat=FORMAT_PEM;
338 else if (informat == FORMAT_PEM)
418 else if (outformat == FORMAT_PEM)
440 else if (outformat == FORMAT_PEM)
H A Dcrl.c141 informat=FORMAT_PEM;
142 outformat=FORMAT_PEM;
366 else if (outformat == FORMAT_PEM)
412 else if (format == FORMAT_PEM)
H A Ddhparam.c180 informat=FORMAT_PEM;
181 outformat=FORMAT_PEM;
364 if (informat != FORMAT_ASN1 && informat != FORMAT_PEM)
377 else /* informat == FORMAT_PEM */
400 else /* informat == FORMAT_PEM */
518 else if (outformat == FORMAT_PEM)
H A Drsa.c128 informat=FORMAT_PEM;
129 outformat=FORMAT_PEM;
367 else if (outformat == FORMAT_PEM) {
H A Decparam.c150 informat=FORMAT_PEM;
151 outformat=FORMAT_PEM;
430 else if (informat == FORMAT_PEM)
618 else if (outformat == FORMAT_PEM)
662 else if (outformat == FORMAT_PEM)
H A Dsmime.c109 int keyform = FORMAT_PEM;
527 if (!(cert = load_cert(bio_err,*args,FORMAT_PEM,
543 if (!(signer = load_cert(bio_err,signerfile,FORMAT_PEM, NULL,
555 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL,
568 if (!(recip = load_cert(bio_err,recipfile,FORMAT_PEM,NULL,
658 else if (informat == FORMAT_PEM)
731 else if (outformat == FORMAT_PEM)
H A Docsp.c372 issuer = load_cert(bio_err, *args, FORMAT_PEM,
384 cert = load_cert(bio_err, *args, FORMAT_PEM,
598 rsigner = load_cert(bio_err, rsignfile, FORMAT_PEM,
605 rca_cert = load_cert(bio_err, rca_filename, FORMAT_PEM,
609 rother = load_certs(bio_err, rcertfile, FORMAT_PEM,
613 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL,
646 signer = load_cert(bio_err, signfile, FORMAT_PEM,
655 sign_other = load_certs(bio_err, sign_certfile, FORMAT_PEM,
659 key = load_key(bio_err, keyfile, FORMAT_PEM, 0, NULL, NULL,
829 verify_other = load_certs(bio_err, verify_certfile, FORMAT_PEM,
[all...]
H A Dx509.c218 informat=FORMAT_PEM;
219 outformat=FORMAT_PEM;
220 keyformat=FORMAT_PEM;
221 CAformat=FORMAT_PEM;
222 CAkeyformat=FORMAT_PEM;
488 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM))
967 keyfile, FORMAT_PEM, 0,
1029 else if (outformat == FORMAT_PEM)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dcrl.c147 informat = FORMAT_PEM;
148 outformat = FORMAT_PEM;
149 keyformat = FORMAT_PEM;
418 else if (outformat == FORMAT_PEM)
H A Ddhparam.c178 informat = FORMAT_PEM;
179 outformat = FORMAT_PEM;
359 if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) {
369 else /* informat == FORMAT_PEM */
389 else /* informat == FORMAT_PEM */
492 else if (outformat == FORMAT_PEM) {
H A Drsa.c132 informat = FORMAT_PEM;
133 outformat = FORMAT_PEM;
279 if (informat == FORMAT_PEM)
390 else if (outformat == FORMAT_PEM) {
H A Ddsa.c132 informat = FORMAT_PEM;
133 outformat = FORMAT_PEM;
326 } else if (outformat == FORMAT_PEM) {
H A Decparam.c148 informat = FORMAT_PEM;
149 outformat = FORMAT_PEM;
390 } else if (informat == FORMAT_PEM) {
553 else if (outformat == FORMAT_PEM)
592 else if (outformat == FORMAT_PEM)
H A Dsmime.c116 int keyform = FORMAT_PEM;
512 if (!(cert = load_cert(bio_err, *args, FORMAT_PEM,
528 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL,
536 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
570 else if (informat == FORMAT_PEM)
648 signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL,
710 } else if (outformat == FORMAT_PEM)
H A Dgenpkey.c100 outformat = FORMAT_PEM;
242 else if (outformat == FORMAT_PEM)
H A Dcms.c145 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM;
404 cert = load_cert(bio_err, *++args, FORMAT_PEM,
723 if (!(cert = load_cert(bio_err, *args, FORMAT_PEM,
733 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL,
741 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
749 if (!(signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL,
783 else if (informat == FORMAT_PEM)
825 else if (rctformat == FORMAT_PEM)
982 signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL,
1118 } else if (outformat == FORMAT_PEM)
[all...]
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dcrl.c147 informat = FORMAT_PEM;
148 outformat = FORMAT_PEM;
149 keyformat = FORMAT_PEM;
418 else if (outformat == FORMAT_PEM)
H A Ddhparam.c178 informat = FORMAT_PEM;
179 outformat = FORMAT_PEM;
359 if (informat != FORMAT_ASN1 && informat != FORMAT_PEM) {
369 else /* informat == FORMAT_PEM */
389 else /* informat == FORMAT_PEM */
492 else if (outformat == FORMAT_PEM) {
H A Drsa.c132 informat = FORMAT_PEM;
133 outformat = FORMAT_PEM;
279 if (informat == FORMAT_PEM)
390 else if (outformat == FORMAT_PEM) {
H A Ddsa.c132 informat = FORMAT_PEM;
133 outformat = FORMAT_PEM;
326 } else if (outformat == FORMAT_PEM) {
H A Decparam.c148 informat = FORMAT_PEM;
149 outformat = FORMAT_PEM;
390 } else if (informat == FORMAT_PEM) {
553 else if (outformat == FORMAT_PEM)
592 else if (outformat == FORMAT_PEM)
H A Dsmime.c116 int keyform = FORMAT_PEM;
512 if (!(cert = load_cert(bio_err, *args, FORMAT_PEM,
528 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL,
536 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
570 else if (informat == FORMAT_PEM)
648 signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL,
710 } else if (outformat == FORMAT_PEM)
H A Dgenpkey.c100 outformat = FORMAT_PEM;
242 else if (outformat == FORMAT_PEM)
H A Dcms.c145 int rctformat = FORMAT_SMIME, keyform = FORMAT_PEM;
404 cert = load_cert(bio_err, *++args, FORMAT_PEM,
723 if (!(cert = load_cert(bio_err, *args, FORMAT_PEM,
733 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL,
741 if (!(recip = load_cert(bio_err, recipfile, FORMAT_PEM, NULL,
749 if (!(signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL,
783 else if (informat == FORMAT_PEM)
825 else if (rctformat == FORMAT_PEM)
982 signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL,
1118 } else if (outformat == FORMAT_PEM)
[all...]

Completed in 110 milliseconds

1234