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

  /system/tpm/trunks/
trunks_factory_for_test.h 96 void set_hmac_session(HmacSession* hmac_session) {
97 hmac_session_ = hmac_session;
trunks_client_test.cc 36 #include "trunks/hmac_session.h"
424 scoped_ptr<HmacSession> hmac_session = factory_->GetHmacSession(); local
425 result = hmac_session->StartUnboundSession(true);
435 kNoCreationPCR, hmac_session->GetDelegate(), &key_blob, nullptr);
442 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle);
449 // Now we can reset the hmac_session.
450 hmac_session.reset();
551 scoped_ptr<HmacSession> hmac_session = factory_->GetHmacSession(); local
552 result = hmac_session->StartUnboundSession(true);
564 kNoCreationPCR, hmac_session->GetDelegate(), &key_blob, nullptr)
731 scoped_ptr<HmacSession> hmac_session = factory_->GetHmacSession(); local
    [all...]

Completed in 3822 milliseconds