Searched refs:lastUpdate (Results 1 – 13 of 13) sorted by relevance
41 return ossl_x509_set1_time(&x->crl.lastUpdate, tm); in X509_CRL_set1_lastUpdate()86 return crl->crl.lastUpdate; in X509_CRL_get0_lastUpdate()97 return crl->crl.lastUpdate; in X509_CRL_get_lastUpdate()
71 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
134 int lastUpdate = (key.frame <= frame ? key.frame : -1); in summarizeLayers() local140 if (lastUpdate > item.frameOfLastUpdate) { in summarizeLayers()147 key.nodeId, lastUpdate, evt->fullRedraw, in summarizeLayers()
47 B<lastUpdate> and B<nextUpdate> fields of B<crl>. The value52 X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate() set the B<lastUpdate>63 or NULL if the B<lastUpdate> field is absent.
176 format error in CRL's lastUpdate field>178 The CRL B<lastUpdate> field contains an invalid time.
237 lastUpdate := time.Now()242 if time.Since(lastUpdate) > time.Minute {243 lastUpdate = time.Now()
82 ASN1_TIME *lastUpdate; /* lastUpdate field */ member
93 ASN1_TIME *lastUpdate; /* lastUpdate field */ member
126 Output the lastUpdate field.
352 Allows the value of the CRL's lastUpdate field to be explicitly set; if
71 pub lastUpdate: *mut ASN1_TIME,
1991 (*(*x).crl).lastUpdate
2003 allowing the `lastUpdate` and `nextUpdate` fields in the generated CRL to