Searched refs:x509_set1_time (Results 1 – 3 of 3) sorted by relevance
64 int x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm) in x509_set1_time() function82 return x509_set1_time(&x->cert_info.validity.notBefore, tm); in X509_set1_notBefore()89 return x509_set1_time(&x->cert_info.validity.notAfter, tm); in X509_set1_notAfter()
41 return x509_set1_time(&x->crl.lastUpdate, tm); in X509_CRL_set1_lastUpdate()48 return x509_set1_time(&x->crl.nextUpdate, tm); in X509_CRL_set1_nextUpdate()
286 int x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm);