OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tpm_result
(Results
1 - 3
of
3
) sorted by null
/system/tpm/tpm_manager/server/
tpm_status_impl.cc
93
TSS_RESULT*
tpm_result
) {
105
if (
tpm_result
) {
106
*
tpm_result
= result;
tpm_status_impl.h
51
// the raw capability data. If the optional out argument |
tpm_result
| is
56
TSS_RESULT*
tpm_result
);
/system/tpm/trunks/
session_manager_impl.cc
120
TPM_RC
tpm_result
= tpm->StartAuthSessionSync(kSaltingKey,
local
132
if (
tpm_result
) {
134
<< GetErrorString(
tpm_result
);
135
return
tpm_result
;
Completed in 427 milliseconds