Searched defs:CSSMCachedCertificate (Results 1 - 2 of 2) 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,

Completed in 192 milliseconds