OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EncryptCommandParameter
(Results
1 - 11
of
11
) sorted by null
/system/tpm/trunks/
authorization_delegate.h
54
virtual bool
EncryptCommandParameter
(std::string* parameter) = 0;
mock_authorization_delegate.h
40
MOCK_METHOD1(
EncryptCommandParameter
, bool(std::string*));
password_authorization_delegate.h
47
bool
EncryptCommandParameter
(std::string* parameter) override;
password_authorization_delegate.cc
85
bool PasswordAuthorizationDelegate::
EncryptCommandParameter
(
password_authorization_delegate_test.cc
91
delegate.
EncryptCommandParameter
(&encrypted_parameter);
hmac_authorization_delegate_test.cc
32
EXPECT_FALSE(delegate.
EncryptCommandParameter
(&dummy));
65
EXPECT_FALSE(delegate.
EncryptCommandParameter
(&encrypted_parameter));
74
EXPECT_TRUE(delegate.
EncryptCommandParameter
(&encrypted_parameter));
81
EXPECT_TRUE(delegate.
EncryptCommandParameter
(&encrypted_parameter));
83
// Calling
EncryptCommandParameter
regenerated the caller_nonce.
145
// when
EncryptCommandParameter
is called first.
148
EXPECT_TRUE(delegate_.
EncryptCommandParameter
(¶meter));
hmac_authorization_delegate.h
73
bool
EncryptCommandParameter
(std::string* parameter) override;
tpm_generated_test.cc
199
EXPECT_CALL(authorization,
EncryptCommandParameter
(_))
418
EXPECT_CALL(authorization,
EncryptCommandParameter
(_))
trunks_factory_for_test.cc
376
bool
EncryptCommandParameter
(std::string* parameter) override {
377
return target_->
EncryptCommandParameter
(parameter);
hmac_authorization_delegate.cc
170
bool HmacAuthorizationDelegate::
EncryptCommandParameter
(
tpm_generated.cc
[
all
...]
Completed in 624 milliseconds