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

  /external/chromium_org/net/cert/
cert_verify_proc_mac.cc 687 ScopedCFTypeRef<CFDictionaryRef> ev_dict(ev_dict_temp);
689 if (status == noErr && ev_dict) {
691 // ev_dict even for non-EV certificates, but only EV certificates
692 // will cause ev_dict to contain kSecEVOrganizationName. In previous
694 // populate ev_dict for EV certificates, but would always include
700 if (CFDictionaryContainsKey(ev_dict,
  /external/chromium/net/base/
x509_certificate_mac.cc 998 CFDictionaryRef ev_dict = NULL; local
    [all...]

Completed in 6797 milliseconds