OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_be_signed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cert/
ct_objects_extractor_nss.cc
210
std::string*
to_be_signed
) {
249
to_be_signed
->assign(reinterpret_cast<char*>(tbs_data.data), tbs_data.len);
461
std::string
to_be_signed
;
local
462
if (!ExtractTBSCertWithoutSCTs(leaf_cert.cert.get(), &
to_be_signed
))
489
result->tbs_certificate.swap(
to_be_signed
);
ct_objects_extractor_openssl.cc
224
std::string
to_be_signed
;
local
228
uint8_t* ptr = reinterpret_cast<uint8_t*>(WriteInto(&
to_be_signed
, len + 1));
242
result->tbs_certificate.swap(
to_be_signed
);
Completed in 27 milliseconds