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 62 std::string response_hash; local
64 delegate.CheckResponseAuthorization(response_hash, auth_response);
78 std::string response_hash; local
80 delegate.CheckResponseAuthorization(response_hash, auth_response);
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 190 std::string response_hash; local
195 delegate_.CheckResponseAuthorization(response_hash, authorization));
trunks_factory_for_test.cc 372 bool CheckResponseAuthorization(const std::string& response_hash,
374 return target_->CheckResponseAuthorization(response_hash, authorization);

Completed in 521 milliseconds