Home
last modified time | relevance | path

Searched refs:AuthorizationDelegateForwarder (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/
Dtrunks_factory_for_test.cc354 class AuthorizationDelegateForwarder : public AuthorizationDelegate { class
356 explicit AuthorizationDelegateForwarder(AuthorizationDelegate* target) in AuthorizationDelegateForwarder() function in trunks::AuthorizationDelegateForwarder
358 ~AuthorizationDelegateForwarder() override = default;
575 new AuthorizationDelegateForwarder(password_authorization_delegate_)); in GetPasswordAuthorization()