Home | History | Annotate | Download | only in trunks

Lines Matching refs:hmac_session

36 #include "trunks/hmac_session.h"
424 scoped_ptr<HmacSession> hmac_session = factory_->GetHmacSession();
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();
552 result = hmac_session->StartUnboundSession(true);
564 kNoCreationPCR, hmac_session->GetDelegate(), &key_blob, nullptr);
570 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle);
577 // Now we can reset the hmac_session.
578 hmac_session.reset();
731 scoped_ptr<HmacSession> hmac_session = factory_->GetHmacSession();
732 result = hmac_session->StartUnboundSession(true);
744 kNoCreationPCR, hmac_session->GetDelegate(), &key_blob, nullptr);
750 result = utility->LoadKey(key_blob, hmac_session->GetDelegate(), &key_handle);
757 // Now we can reset the hmac_session.
758 hmac_session.reset();