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

  /external/chromium_org/net/cert/
x509_util_mac.h 97 // CSSMCachedCertificate is a container class that is used to wrap the
113 class CSSMCachedCertificate {
115 CSSMCachedCertificate();
116 ~CSSMCachedCertificate();
118 // Initializes the CSSMCachedCertificate by caching the specified
x509_util_mac.cc 178 CSSMCachedCertificate::CSSMCachedCertificate()
182 CSSMCachedCertificate::~CSSMCachedCertificate() {
187 OSStatus CSSMCachedCertificate::Init(SecCertificateRef os_cert_handle) {
206 OSStatus CSSMCachedCertificate::GetField(const CSSM_OID* field_oid,
x509_certificate_mac.cc 35 const x509_util::CSSMCachedCertificate& cached_cert,
48 x509_util::CSSMCachedCertificate cached_cert;
72 void GetCertDateForOID(const x509_util::CSSMCachedCertificate& cached_cert,
100 const x509_util::CSSMCachedCertificate& cached_cert) {
202 x509_util::CSSMCachedCertificate cached_cert;
240 x509_util::CSSMCachedCertificate cached_cert;
398 x509_util::CSSMCachedCertificate cached_cert;
cert_verify_proc_mac.cc 205 x509_util::CSSMCachedCertificate cached_cert;
291 x509_util::CSSMCachedCertificate cached_cert;

Completed in 250 milliseconds