Searched defs:auth_value (Results 1 - 4 of 4) 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.
238 const std::string& auth_value) {
239 future_authorization_value_ = auth_value;
237 set_future_authorization_value( const std::string& auth_value) argument
H A Dtpm_generated.h1574 TPM2B_AUTH auth_value; member in struct:trunks::TPMT_SENSITIVE
/system/tpm/tpm_manager/server/
H A Dtpm_manager_service_test.cc346 std::string auth_value = "1234"; local
348 auth_value, policy))
359 request.set_authorization_value(auth_value);

Completed in 83 milliseconds