| /src/crypto/external/apache2/openssl/dist/apps/ |
| crl.c | 67 { "dateopt", OPT_DATEOPT, 's', "Datetime format used for printing. (rfc_822/iso_8601). Default is rfc_822." }, 118 unsigned long dateopt = ASN1_DTFLGS_RFC822; local 191 if (!set_dateopt(&dateopt, opt_arg())) 358 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_lastUpdate(x), dateopt); 364 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_nextUpdate(x), dateopt);
|
| x509.c | 149 { "dateopt", OPT_DATEOPT, 's', 348 unsigned long dateopt = ASN1_DTFLGS_RFC822; local 415 if (!set_dateopt(&dateopt, opt_arg())) { 1090 ASN1_TIME_print_ex(out, X509_get0_notBefore(x), dateopt); 1094 ASN1_TIME_print_ex(out, X509_get0_notAfter(x), dateopt);
|
| ca.c | 104 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 115 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 124 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 132 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 222 { "dateopt", OPT_DATEOPT, 's', "Datetime format used for printing. (rfc_822/iso_8601). Default is rfc_822." }, 330 unsigned long dateopt = ASN1_DTFLGS_RFC822; local 380 if (!set_dateopt(&dateopt, opt_arg())) 977 ext_copy, dateopt); 998 ext_copy, dateopt); 1018 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| crl.c | 44 {"dateopt", OPT_DATEOPT, 's', "Datetime format used for printing. (rfc_822/iso_8601). Default is rfc_822."}, 95 unsigned long dateopt = ASN1_DTFLGS_RFC822; local 167 if (!set_dateopt(&dateopt, opt_arg())) 336 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_lastUpdate(x), dateopt); 342 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_nextUpdate(x), dateopt);
|
| x509.c | 90 {"dateopt", OPT_DATEOPT, 's', "Datetime format used for printing. (rfc_822/iso_8601). Default is rfc_822."}, 282 unsigned long dateopt = ASN1_DTFLGS_RFC822; local 348 if (!set_dateopt(&dateopt, opt_arg())) { 991 ASN1_TIME_print_ex(out, X509_get0_notBefore(x), dateopt); 995 ASN1_TIME_print_ex(out, X509_get0_notAfter(x), dateopt);
|
| ca.c | 102 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 113 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 122 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 130 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 174 {"dateopt", OPT_DATEOPT, 's', "Datetime format used for printing. (rfc_822/iso_8601). Default is rfc_822."}, 279 unsigned long dateopt = ASN1_DTFLGS_RFC822; local 329 if (!set_dateopt(&dateopt, opt_arg())) 971 ext_copy, dateopt); 992 ext_copy, dateopt); 1012 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); [all...] |