OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
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
...]
Completed in 573 milliseconds