Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A 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()
H A 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dx509.h286 int x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm);