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 38 const x509_util::CSSMCachedCertificate& cached_cert,
51 x509_util::CSSMCachedCertificate cached_cert;
75 void GetCertDateForOID(const x509_util::CSSMCachedCertificate& cached_cert,
103 const x509_util::CSSMCachedCertificate& cached_cert) {
244 x509_util::CSSMCachedCertificate cached_cert;
282 x509_util::CSSMCachedCertificate cached_cert;
440 x509_util::CSSMCachedCertificate cached_cert;
cert_verify_proc_mac.cc 206 x509_util::CSSMCachedCertificate cached_cert;
292 x509_util::CSSMCachedCertificate cached_cert;

Completed in 661 milliseconds