Searched refs:CAformat (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c189 int informat, outformat, keyformat, CAformat, CAkeyformat; local
245 CAformat = FORMAT_PEM;
275 CAformat = str2fmt(*(++argv));
530 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) {
664 xca = load_cert(bio_err, CAfile, CAformat, NULL, e, "CA Certificate");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c189 int informat, outformat, keyformat, CAformat, CAkeyformat; local
245 CAformat = FORMAT_PEM;
275 CAformat = str2fmt(*(++argv));
530 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) {
664 xca = load_cert(bio_err, CAfile, CAformat, NULL, e, "CA Certificate");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c174 int informat,outformat,keyformat,CAformat,CAkeyformat; local
221 CAformat=FORMAT_PEM;
256 CAformat=str2fmt(*(++argv));
488 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM))
637 xca=load_cert(bio_err,CAfile,CAformat,NULL,e,"CA Certificate");

Completed in 57 milliseconds