HomeSort by relevance Sort by last modified time
    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 38 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));
66 EXPECT_FALSE(delegate.EncryptCommandParameter(&encrypted_parameter));
75 EXPECT_TRUE(delegate.EncryptCommandParameter(&encrypted_parameter));
82 EXPECT_TRUE(delegate.EncryptCommandParameter(&encrypted_parameter));
84 // Calling EncryptCommandParameter regenerated the caller_nonce.
142 // when EncryptCommandParameter is called first.
145 EXPECT_TRUE(delegate_.EncryptCommandParameter(&parameter));
hmac_authorization_delegate.h 73 bool EncryptCommandParameter(std::string* parameter) override;
tpm_generated_test.cc 214 EXPECT_CALL(authorization, EncryptCommandParameter(_)).WillOnce(Return(true));
431 EXPECT_CALL(authorization, EncryptCommandParameter(_))
trunks_factory_for_test.cc 377 bool EncryptCommandParameter(std::string* parameter) override {
378 return target_->EncryptCommandParameter(parameter);
hmac_authorization_delegate.cc 170 bool HmacAuthorizationDelegate::EncryptCommandParameter(
tpm_generated.cc     [all...]

Completed in 1960 milliseconds