Searched defs:hmac_session (Results 1 - 2 of 2) sorted by relevance

/system/tpm/trunks/
H A Dtrunks_factory_for_test.h90 void set_hmac_session(HmacSession* hmac_session) { argument
91 hmac_session_ = hmac_session;
H A Dtrunks_client_test.cc40 #include "trunks/hmac_session.h"
422 std::unique_ptr<HmacSession> hmac_session = factory_.GetHmacSession(); local
423 result = hmac_session->StartUnboundSession(true);
433 kNoCreationPCR, hmac_session->GetDelegate(), &key_blob, nullptr);
440 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle);
447 // Now we can reset the hmac_session.
448 hmac_session.reset();
547 std::unique_ptr<HmacSession> hmac_session = factory_.GetHmacSession(); local
548 result = hmac_session->StartUnboundSession(true);
560 kNoCreationPCR, hmac_session
727 std::unique_ptr<HmacSession> hmac_session = factory_.GetHmacSession(); local
[all...]

Completed in 20 milliseconds