Searched defs:auth_value (Results 1 - 3 of 3) sorted by relevance

/system/tpm/trunks/
H A Dhmac_authorization_delegate.h46 // caller_nonce, salt and auth_value of the bound entity we fed into
92 void set_future_authorization_value(const std::string& auth_value);
98 // This method is used to inject an auth_value associated with an entity.
99 // This auth_value is then used when generating HMACs and encryption keys.
101 void set_entity_authorization_value(const std::string& auth_value) { argument
102 entity_authorization_value_ = auth_value;
H A Dhmac_authorization_delegate.cc144 // auth_value that was set.
241 const std::string& auth_value) {
242 future_authorization_value_ = auth_value;
240 set_future_authorization_value( const std::string& auth_value) argument
H A Dtpm_generated.h1542 TPM2B_AUTH auth_value; member in struct:trunks::TPMT_SENSITIVE

Completed in 86 milliseconds