HomeSort by relevance Sort by last modified time
    Searched full:entity_auth (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
hmac_session_test.cc 92 std::string entity_auth = hmac_delegate->entity_authorization_value(); local
93 EXPECT_EQ(0, test_auth.compare(entity_auth));
101 std::string entity_auth = hmac_delegate->future_authorization_value(); local
102 EXPECT_EQ(0, test_auth.compare(entity_auth));
policy_session_test.cc 225 std::string entity_auth = hmac_delegate->entity_authorization_value(); local
226 EXPECT_EQ(0, test_auth.compare(entity_auth));

Completed in 251 milliseconds