OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PolicyAuthValue
(Results
1 - 12
of
12
) sorted by null
/system/tpm/trunks/
policy_session.h
76
virtual TPM_RC
PolicyAuthValue
() = 0;
mock_policy_session.h
44
MOCK_METHOD0(
PolicyAuthValue
, TPM_RC());
policy_session_impl.h
62
TPM_RC
PolicyAuthValue
() override;
policy_session_impl.cc
166
TPM_RC PolicySessionImpl::
PolicyAuthValue
() {
172
LOG(ERROR) << "Error performing
PolicyAuthValue
: "
policy_session_test.cc
210
EXPECT_EQ(TPM_RC_SUCCESS, session.
PolicyAuthValue
());
217
EXPECT_EQ(TPM_RC_FAILURE, session.
PolicyAuthValue
());
trunks_factory_for_test.cc
488
TPM_RC
PolicyAuthValue
() override {
489
return target_->
PolicyAuthValue
();
trunks_client_test.cc
409
result = trial_session->
PolicyAuthValue
();
458
result = policy_session->
PolicyAuthValue
();
488
result = policy_session->
PolicyAuthValue
();
[
all
...]
mock_tpm.h
[
all
...]
tpm_generated.h
[
all
...]
tpm_generated.cc
[
all
...]
/external/tpm2/
Android.mk
248
PolicyAuthValue
.c \
Makefile
230
SOURCES +=
PolicyAuthValue
.c
Completed in 146 milliseconds