OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tpm_connection_
(Results
1 - 6
of
6
) sorted by null
/system/tpm/tpm_manager/server/
tpm_nvram_impl.cc
51
ScopedTssNvStore nv_handle(
tpm_connection_
.GetContext());
77
ScopedTssPcrs pcr_handle(
tpm_connection_
.GetContext());
100
ScopedTssNvStore nv_handle(
tpm_connection_
.GetContext());
114
ScopedTssNvStore nv_handle(
tpm_connection_
.GetContext());
132
ScopedTssNvStore nv_handle(
tpm_connection_
.GetContext());
147
ScopedTssMemory space_data(
tpm_connection_
.GetContext());
170
ScopedTssMemory nv_list_data(
tpm_connection_
.GetContext());
171
TSS_RESULT result = Tspi_TPM_GetCapability(
tpm_connection_
.GetTpm(),
198
ScopedTssMemory nv_index_data(
tpm_connection_
.GetContext());
199
TSS_RESULT result = Tspi_TPM_GetCapability(
tpm_connection_
.GetTpm()
[
all
...]
tpm_initializer_impl.cc
53
TSS_HTPM tpm_handle =
tpm_connection_
.GetTpm();
83
trousers::ScopedTssKey local_key_handle(
tpm_connection_
.GetContext());
94
if (TPM_ERROR(result = Tspi_Context_CreateObject(
tpm_connection_
.GetContext(),
116
trousers::ScopedTssKey srk_handle(
tpm_connection_
.GetContext());
118
if (TPM_ERROR(result = Tspi_Context_CreateObject(
tpm_connection_
.GetContext(),
164
trousers::ScopedTssKey srk_handle(
tpm_connection_
.GetContext());
167
tpm_connection_
.GetContext(),
175
trousers::ScopedTssPolicy policy_handle(
tpm_connection_
.GetContext());
176
if (TPM_ERROR(result = Tspi_Context_CreateObject(
tpm_connection_
.GetContext(),
220
trousers::ScopedTssPolicy policy_handle(
tpm_connection_
.GetContext())
[
all
...]
tpm_initializer_impl.h
83
TpmConnection
tpm_connection_
;
member in class:tpm_manager::TpmInitializerImpl
tpm_status_impl.h
58
TpmConnection
tpm_connection_
;
member in class:tpm_manager::TpmStatusImpl
tpm_status_impl.cc
95
TSS_HTPM tpm_handle =
tpm_connection_
.GetTpm();
100
trousers::ScopedTssMemory buf(
tpm_connection_
.GetContext());
tpm_nvram_impl.h
70
TpmConnection
tpm_connection_
;
member in class:tpm_manager::TpmNvramImpl
Completed in 68 milliseconds