Searched refs:CSSMCachedCertificate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/cert/
H A Dx509_util_mac.h97 // CSSMCachedCertificate is a container class that is used to wrap the
113 class CSSMCachedCertificate { class in namespace:net::x509_util
115 CSSMCachedCertificate();
116 ~CSSMCachedCertificate();
118 // Initializes the CSSMCachedCertificate by caching the specified
H A Dx509_util_mac.cc178 CSSMCachedCertificate::CSSMCachedCertificate() function in class:net::x509_util::CSSMCachedCertificate
182 CSSMCachedCertificate::~CSSMCachedCertificate() {
187 OSStatus CSSMCachedCertificate::Init(SecCertificateRef os_cert_handle) {
206 OSStatus CSSMCachedCertificate::GetField(const CSSM_OID* field_oid,
H A Dx509_certificate_mac.cc38 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) {
298 x509_util::CSSMCachedCertificate cached_cert;
336 x509_util::CSSMCachedCertificate cached_cert;
494 x509_util::CSSMCachedCertificate cached_cert;
H A Dcert_verify_proc_mac.cc206 x509_util::CSSMCachedCertificate cached_cert;
292 x509_util::CSSMCachedCertificate cached_cert;

Completed in 60 milliseconds