Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp221 if (!SetNotValidTime(x509)) { in AnalysisCertificate()
311 bool TLSCertificate::SetNotValidTime(X509 *x509) in SetNotValidTime() function in OHOS::NetStack::TlsSocket::TLSCertificate
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsCertificateTest.cpp133 bool setNotValidTime = tlsCertificate.SetNotValidTime(x509Ca);
196 bool ret = tlsCertificate.SetNotValidTime(x509);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_certificate.h54 bool SetNotValidTime(X509 *x509);