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

  /external/chromium/crypto/
cssm_init.cc 47 CSSM_CL_HANDLE cl_handle() const { return cl_handle_; } function in class:__anon3875::CSSMInitSingleton
169 return CSSMInitSingleton::GetInstance()->cl_handle();
  /external/chromium/net/base/
x509_certificate_mac.cc 132 CSSMFields() : cl_handle(NULL), num_of_fields(0), fields(NULL) {}
134 if (cl_handle)
135 CSSM_CL_FreeFields(cl_handle, num_of_fields, &fields);
138 CSSM_CL_HANDLE cl_handle; member in struct:net::__anon4008::CSSMFields
153 status = SecCertificateGetCLHandle(cert_handle, &fields->cl_handle);
155 DCHECK(!fields->cl_handle);
159 status = CSSM_CL_CertGetAllFields(fields->cl_handle, &cert_data,
    [all...]

Completed in 829 milliseconds