OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable_key_blob
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
blob_parser.cc
57
std::string
mutable_key_blob
= key_blob;
local
58
TPM_RC result = Parse_TPM2B_PUBLIC(&
mutable_key_blob
, public_info, nullptr);
63
result = Parse_TPM2B_PRIVATE(&
mutable_key_blob
, private_info, nullptr);
/system/tpm/attestation/common/
tpm_utility_v1.cc
646
std::string
mutable_key_blob
(key_blob);
647
BYTE* key_blob_buffer = StringAsTSSBuffer(&
mutable_key_blob
);
Completed in 1836 milliseconds