HomeSort by relevance Sort by last modified time
    Searched refs:X509_gmtime_adj (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/crypto/x509/
x509_r2x.c 96 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
98 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
x509_vfy.c     [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.cc 92 X509_gmtime_adj(X509_get_notBefore(x509), 0);
93 X509_gmtime_adj(X509_get_notAfter(x509), (int64_t) 60 * 60 * 24 * days);
  /external/libweave/examples/provider/
event_http_server.cc 112 X509_gmtime_adj(X509_get_notBefore(x509), 0);
113 X509_gmtime_adj(X509_get_notAfter(x509),
  /external/boringssl/src/include/openssl/
x509.h 727 OPENSSL_EXPORT ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
    [all...]

Completed in 103 milliseconds