Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dx509_set.c64 int x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm) in x509_set1_time() function
82 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()
Dx509cset.c41 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()
/third_party/openssl/include/crypto/
Dx509.h286 int x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm);