HomeSort by relevance Sort by last modified time
    Searched refs: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 222 std::string entity_auth = hmac_delegate->entity_authorization_value(); local
223 EXPECT_EQ(0, test_auth.compare(entity_auth));

Completed in 200 milliseconds