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

  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
serverpairingsessiontest.cc 68 void InitSession() {
86 InitSession();
90 InitSession();
98 InitSession();
108 InitSession();
122 InitSession();
clientpairingsessiontest.cc 73 void InitSession() {
95 InitSession();
99 InitSession();
113 InitSession();
127 InitSession();
142 InitSession();
pairingsessiontest.cc 95 void InitSession() {
114 InitSession();
135 InitSession();
149 InitSession();
189 InitSession();
219 InitSession();
  /system/tpm/trunks/
hmac_authorization_delegate_test.cc 42 EXPECT_TRUE(delegate.InitSession(dummy_handle, nonce, nonce, std::string(),
48 EXPECT_TRUE(delegate.InitSession(dummy_handle, nonce, nonce, dummy_salt,
73 ASSERT_TRUE(delegate.InitSession(dummy_handle, nonce, nonce, salt,
80 ASSERT_TRUE(delegate.InitSession(dummy_handle, nonce, nonce, salt,
102 ASSERT_TRUE(delegate_.InitSession(session_handle_,
117 ASSERT_TRUE(delegate_.InitSession(session_handle_,
220 ASSERT_TRUE(delegate_.InitSession(session_handle_,
hmac_authorization_delegate.h 44 // 2) We initialize the session using |InitSession|. We feed in the handle and
57 // hmac.InitSession(...);
83 bool InitSession(TPM_HANDLE session_handle,
session_manager_impl.cc 136 delegate->InitSession(session_handle_, nonce_tpm, nonce_caller, salt,
hmac_authorization_delegate.cc 210 bool HmacAuthorizationDelegate::InitSession(TPM_HANDLE session_handle,

Completed in 510 milliseconds