Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509cset.c102 in = x->crl->lastUpdate; in X509_CRL_set_lastUpdate()
106 ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()
107 x->crl->lastUpdate = in; in X509_CRL_set_lastUpdate()
H A Dx509_lcl.h204 ASN1_TIME *lastUpdate; member
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_crl.c160 .offset = offsetof(X509_CRL_INFO, lastUpdate),
716 return crl->crl->lastUpdate; in X509_CRL_get0_lastUpdate()
722 return crl->crl->lastUpdate; in X509_CRL_get_lastUpdate()