OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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:__anon4831::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::__anon4964::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 168 milliseconds