Searched refs:startdate (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | ca.c | 202 BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, 209 char *startdate, char *enddate, long days, int batch, 216 char *startdate, char *enddate, long days, char *ext_sect, 223 int email_dn, char *startdate, char *enddate, long days, int batch, 290 char *startdate=NULL; in MAIN() local 373 startdate= *(++argv); in MAIN() 1091 if (startdate == NULL) in MAIN() 1093 startdate=NCONF_get_string(conf,section, in MAIN() 1095 if (startdate == NULL) in MAIN() 1098 if (startdate && !ASN1_UTCTIME_set_string(NULL,startdate)) in MAIN() [all …]
|
D | x509.c | 179 int text=0,serial=0,subject=0,issuer=0,startdate=0,enddate=0; in MAIN() local 410 startdate= ++num; in MAIN() 416 startdate= ++num; in MAIN() 878 else if (startdate == i) in MAIN()
|