Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dhmac_authorization_delegate.h92 void set_future_authorization_value(const std::string& auth_value);
101 void set_entity_authorization_value(const std::string& auth_value) { in set_entity_authorization_value() argument
102 entity_authorization_value_ = auth_value; in set_entity_authorization_value()
Dhmac_authorization_delegate.cc241 const std::string& auth_value) { in set_future_authorization_value() argument
242 future_authorization_value_ = auth_value; in set_future_authorization_value()
Dtpm_utility_test.cc1292 EXPECT_EQ(sensitive_data.sensitive_area.auth_value.size, password.size()); in TEST_F()
1293 EXPECT_EQ(0, memcmp(sensitive_data.sensitive_area.auth_value.buffer, in TEST_F()
Dtpm_utility_impl.cc820 in_sensitive.auth_value = Make_TPM2B_DIGEST(password); in ImportRSAKey()
Dtpm_generated.h1542 TPM2B_AUTH auth_value; member
Dtpm_generated.cc8511 result = Serialize_TPM2B_AUTH(value.auth_value, buffer); in Serialize_TPMT_SENSITIVE()
8548 &value->auth_value, in Parse_TPMT_SENSITIVE()