HomeSort by relevance Sort by last modified time
    Searched refs:response_hash (Results 1 - 9 of 9) sorted by null

  /system/tpm/trunks/
password_authorization_delegate_test.cc 61 std::string response_hash; local
63 response_hash,
77 std::string response_hash; local
79 response_hash,
authorization_delegate.h 47 // |response_hash|. The exact octets from the Authorization Area of the
50 virtual bool CheckResponseAuthorization(const std::string& response_hash,
password_authorization_delegate.h 45 bool CheckResponseAuthorization(const std::string& response_hash,
password_authorization_delegate.cc 54 const std::string& response_hash,
hmac_authorization_delegate.h 71 bool CheckResponseAuthorization(const std::string& response_hash,
tpm_generated.cc     [all...]
hmac_authorization_delegate.cc 110 const std::string& response_hash,
154 hmac_data.append(response_hash);
hmac_authorization_delegate_test.cc 199 std::string response_hash; local
203 EXPECT_TRUE(delegate_.CheckResponseAuthorization(response_hash,
trunks_factory_for_test.cc 371 bool CheckResponseAuthorization(const std::string& response_hash,
373 return target_->CheckResponseAuthorization(response_hash, authorization);

Completed in 331 milliseconds