HomeSort by relevance Sort by last modified time
    Searched defs:VERIFY_EV_CERT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cert/
cert_verifier.h 45 VERIFY_EV_CERT = 1 << 1,
56 // may be EV, and only when VERIFY_EV_CERT is also set.
88 // If VERIFY_EV_CERT is set in |flags| too, EV certificate verification is
89 // performed. If |flags| is VERIFY_EV_CERT (that is,
  /external/chromium/net/base/
x509_certificate.h 92 VERIFY_EV_CERT = 1 << 1,
307 // checking is performed. If VERIFY_EV_CERT is set in |flags| too,

Completed in 49 milliseconds