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

  /system/tpm/trunks/
mock_session_manager.h 40 HmacAuthorizationDelegate*));
session_manager.h 64 HmacAuthorizationDelegate* delegate) = 0;
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...]
hmac_session_impl.h 35 // keeping track of the HmacAuthorizationDelegate used for commands, and to
70 HmacAuthorizationDelegate hmac_delegate_;
session_manager_impl.h 46 HmacAuthorizationDelegate* delegate) override;
hmac_session_test.cc 47 HmacAuthorizationDelegate* GetHmacDelegate(HmacSessionImpl* session) {
91 HmacAuthorizationDelegate* hmac_delegate = GetHmacDelegate(&session);
100 HmacAuthorizationDelegate* hmac_delegate = GetHmacDelegate(&session);
policy_session_impl.h 33 // keeping track of the HmacAuthorizationDelegate used for commands, and to
75 HmacAuthorizationDelegate hmac_delegate_;
hmac_authorization_delegate_test.cc 26 HmacAuthorizationDelegate delegate;
37 HmacAuthorizationDelegate delegate;
62 HmacAuthorizationDelegate delegate;
113 HmacAuthorizationDelegate delegate_;
session_manager_test.cc 43 delegate_ = new HmacAuthorizationDelegate();
75 HmacAuthorizationDelegate* delegate_;
policy_session_test.cc 47 HmacAuthorizationDelegate* GetHmacDelegate(PolicySessionImpl* session) {
221 HmacAuthorizationDelegate* hmac_delegate = GetHmacDelegate(&session);
session_manager_impl.cc 79 HmacAuthorizationDelegate* delegate) {
trunks_factory_for_test.cc 405 HmacAuthorizationDelegate* delegate) override {

Completed in 102 milliseconds