OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocatePCR
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
trunks_client.cc
71
int
AllocatePCR
(TrunksFactory* factory) {
73
result = factory->GetTpmUtility()->
AllocatePCR
("");
161
return
AllocatePCR
(factory.get());
tpm_utility_impl.cc
166
result =
AllocatePCR
(kPlatformPassword);
182
TPM_RC TpmUtilityImpl::
AllocatePCR
(const std::string& platform_password) {
[
all
...]
Completed in 614 milliseconds