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

  /external/chromium_org/net/cert/
x509_util_mac.cc 180 cached_cert_handle_(CSSM_INVALID_HANDLE) {
183 if (cl_handle_ && cached_cert_handle_)
184 CSSM_CL_CertAbortCache(cl_handle_, cached_cert_handle_);
188 DCHECK(!cl_handle_ && !cached_cert_handle_);
200 status = CSSM_CL_CertCache(cl_handle_, &cert_data, &cached_cert_handle_);
202 DCHECK(!cached_cert_handle_);
209 DCHECK(cached_cert_handle_);
216 cl_handle_, cached_cert_handle_, oid, &results_handle,
x509_util_mac.h 132 CSSM_HANDLE cached_cert_handle_; member in class:net::x509_util::CSSMCachedCertificate

Completed in 146 milliseconds