HomeSort by: relevance | last modified time | path
    Searched refs:lastupdate (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_ca.t 97 lastupdate => '1234567890',
101 lastupdate => '200901123456Z',
105 lastupdate => '20990901123456Z',
121 lastupdate => '200901123456Z',
126 lastupdate => '20990901123456Z',
182 if (exists $opts->{lastupdate}) {
183 push @gencrl_opts, '-crl_lastupdate', $opts->{lastupdate};
208 my $crl_lastupdate = crl_field("$filename-crl.pem", 'lastUpdate');
209 if (exists $opts->{lastupdate}) {
212 rfc5280_time($opts->{lastupdate}),
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_ca.t 83 lastupdate => '1234567890',
87 lastupdate => '200901123456Z',
91 lastupdate => '20990901123456Z',
107 lastupdate => '200901123456Z',
112 lastupdate => '20990901123456Z',
168 if (exists $opts->{lastupdate}) {
169 push @gencrl_opts, '-crl_lastupdate', $opts->{lastupdate};
194 my $crl_lastupdate = crl_field("$filename-crl.pem", 'lastUpdate');
195 if (exists $opts->{lastupdate}) {
198 rfc5280_time($opts->{lastupdate}),
    [all...]
  /src/usr.bin/ftp/
progressbar.c 119 static struct timeval lastupdate; variable in typeref:struct:timeval
163 lastupdate = start;
169 timersub(&now, &lastupdate, &wait);
171 lastupdate = now;
367 timersub(&now, &lastupdate, &wait);
  /src/crypto/external/apache2/openssl/dist/apps/
crl.c 78 { "lastupdate", OPT_LASTUPDATE, '-', "Set lastUpdate field" },
114 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; local
204 lastupdate = ++num;
356 if (lastupdate == i) {
357 BIO_printf(bio_out, "lastUpdate=");
  /src/crypto/external/bsd/openssl/dist/apps/
crl.c 55 {"lastupdate", OPT_LASTUPDATE, '-', "Set lastUpdate field"},
91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; local
180 lastupdate = ++num;
334 if (lastupdate == i) {
335 BIO_printf(bio_out, "lastUpdate=");
  /src/crypto/external/bsd/openssl.old/dist/apps/
crl.c 39 {"lastupdate", OPT_LASTUPDATE, '-', "Set lastUpdate field"},
76 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; local
153 lastupdate = ++num;
281 if (lastupdate == i) {
282 BIO_printf(bio_out, "lastUpdate=");
  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 90 int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate);
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 84 int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 3228 int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate)
3236 if (lastupdate == NULL) {
3240 if (!ASN1_TIME_set_string_X509(tm, lastupdate))
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 3351 int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate)
3359 if (lastupdate == NULL) {
3363 if (!ASN1_TIME_set_string_X509(tm, lastupdate))

Completed in 91 milliseconds