Home
last modified time | relevance | path

Searched refs:lastUpdate (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/x509/
Dx509cset.c41 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()
Dx_crl.c71 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
/third_party/skia/tools/debugger/
DDebugLayerManager.cpp134 int lastUpdate = (key.frame <= frame ? key.frame : -1); in summarizeLayers() local
140 if (lastUpdate > item.frameOfLastUpdate) { in summarizeLayers()
147 key.nodeId, lastUpdate, evt->fullRedraw, in summarizeLayers()
/third_party/openssl/doc/man3/
DX509_get0_notBefore.pod47 B<lastUpdate> and B<nextUpdate> fields of B<crl>. The value
52 X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate() set the B<lastUpdate>
63 or NULL if the B<lastUpdate> field is absent.
DX509_STORE_CTX_get_error.pod176 format error in CRL's lastUpdate field>
178 The CRL B<lastUpdate> field contains an invalid time.
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go237 lastUpdate := time.Now()
242 if time.Since(lastUpdate) > time.Minute {
243 lastUpdate = time.Now()
/third_party/openssl/ohos_lite/include/crypto/
Dx509.h82 ASN1_TIME *lastUpdate; /* lastUpdate field */ member
/third_party/openssl/include/crypto/
Dx509.h93 ASN1_TIME *lastUpdate; /* lastUpdate field */ member
/third_party/openssl/doc/man1/
Dopenssl-crl.pod.in126 Output the lastUpdate field.
Dopenssl-ca.pod.in352 Allows the value of the CRL's lastUpdate field to be explicitly set; if
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs71 pub lastUpdate: *mut ASN1_TIME,
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs1991 (*(*x).crl).lastUpdate
/third_party/openssl/
DCHANGES.md2003 allowing the `lastUpdate` and `nextUpdate` fields in the generated CRL to