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 39 HmacAuthorizationDelegate*));
session_manager.h 65 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;
159 DISALLOW_COPY_AND_ASSIGN(HmacAuthorizationDelegate);
hmac_authorization_delegate.cc 42 HmacAuthorizationDelegate::HmacAuthorizationDelegate()
52 HmacAuthorizationDelegate::~HmacAuthorizationDelegate() {}
54 bool HmacAuthorizationDelegate::GetCommandAuthorization(
109 bool HmacAuthorizationDelegate::CheckResponseAuthorization(
170 bool HmacAuthorizationDelegate::EncryptCommandParameter(
191 bool HmacAuthorizationDelegate::DecryptResponseParameter(
210 bool HmacAuthorizationDelegate::InitSession(
240 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 32 // keeping track of the HmacAuthorizationDelegate used for commands, and to
74 HmacAuthorizationDelegate hmac_delegate_;
hmac_authorization_delegate_test.cc 26 HmacAuthorizationDelegate delegate;
37 HmacAuthorizationDelegate delegate;
61 HmacAuthorizationDelegate delegate;
112 HmacAuthorizationDelegate delegate_;
session_manager_test.cc 43 delegate_ = new HmacAuthorizationDelegate();
77 HmacAuthorizationDelegate* delegate_;
policy_session_test.cc 47 HmacAuthorizationDelegate* GetHmacDelegate(PolicySessionImpl* session) {
224 HmacAuthorizationDelegate* hmac_delegate = GetHmacDelegate(&session);
session_manager_impl.cc 77 HmacAuthorizationDelegate* delegate) {
trunks_factory_for_test.cc 405 HmacAuthorizationDelegate* delegate) override {

Completed in 352 milliseconds