Home | History | Annotate | Download | only in base

Lines Matching defs:cl_handle

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;
153 status = SecCertificateGetCLHandle(cert_handle, &fields->cl_handle);
155 DCHECK(!fields->cl_handle);
159 status = CSSM_CL_CertGetAllFields(fields->cl_handle, &cert_data,