HomeSort by relevance Sort by last modified time
    Searched refs:auth_value (Results 1 - 7 of 7) sorted by null

  /system/tpm/trunks/
hmac_authorization_delegate.h 46 // 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) {
102 entity_authorization_value_ = auth_value;
hmac_authorization_delegate.cc 144 // auth_value that was set.
238 const std::string& auth_value) {
239 future_authorization_value_ = auth_value;
tpm_utility_test.cc     [all...]
tpm_utility_impl.cc 798 in_sensitive.auth_value = Make_TPM2B_DIGEST(password);
    [all...]
tpm_generated.h 1574 TPM2B_AUTH auth_value; member in struct:trunks::TPMT_SENSITIVE
    [all...]
tpm_generated.cc     [all...]
  /system/tpm/tpm_manager/server/
tpm_manager_service_test.cc 346 std::string auth_value = "1234"; local
348 auth_value, policy))
359 request.set_authorization_value(auth_value);

Completed in 263 milliseconds