Searched refs:oidfile (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dasn1pars.c92 char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; local
142 oidfile= *(++argv);
218 if (oidfile != NULL)
220 if (BIO_read_filename(in,oidfile) <= 0)
222 BIO_printf(bio_err,"problems opening %s\n",oidfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dasn1pars.c94 char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; local
146 oidfile= *(++argv);
234 if (oidfile != NULL)
236 if (BIO_read_filename(in,oidfile) <= 0)
238 BIO_printf(bio_err,"problems opening %s\n",oidfile);

Completed in 41 milliseconds