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

  /system/tpm/trunks/
hmac_authorization_delegate.h 36 // HmacAuthorizationDelegate is an implementation of the AuthorizationDelegate
56 // HmacAuthorizationDelegate hmac();
61 class TRUNKS_EXPORT HmacAuthorizationDelegate : public AuthorizationDelegate {
63 HmacAuthorizationDelegate();
64 ~HmacAuthorizationDelegate() override;
156 DISALLOW_COPY_AND_ASSIGN(HmacAuthorizationDelegate);
hmac_authorization_delegate.cc 41 HmacAuthorizationDelegate::HmacAuthorizationDelegate()
51 HmacAuthorizationDelegate::~HmacAuthorizationDelegate() {}
53 bool HmacAuthorizationDelegate::GetCommandAuthorization(
109 bool HmacAuthorizationDelegate::CheckResponseAuthorization(
170 bool HmacAuthorizationDelegate::EncryptCommandParameter(
191 bool HmacAuthorizationDelegate::DecryptResponseParameter(
210 bool HmacAuthorizationDelegate::InitSession(TPM_HANDLE session_handle,
237 void HmacAuthorizationDelegate::set_future_authorization_value
    [all...]

Completed in 176 milliseconds