Home
last modified time | relevance | path

Searched refs:authorization_value_ (Results 1 – 3 of 3) sorted by relevance

/system/tpm/tpm_manager/server/
Dtpm_connection.cc38 : authorization_value_(authorization_value) {} in TpmConnection()
89 if (authorization_value_.empty()) { in ConnectContextIfNeeded()
109 authorization_value_.size(), in ConnectContextIfNeeded()
111 const_cast<char*>(authorization_value_.data()))))) { in ConnectContextIfNeeded()
Dtpm_connection.h48 std::string authorization_value_; variable
/system/nvram/hal/tests/
Dnvram_hal_test.cc112 authorization_value_(authorization_value) { in ScopedNvramSpace()
123 device_->CreateSpace(index_, size, control_list, authorization_value_)); in Create()
128 device_->DeleteSpace(index_, authorization_value_)); in Delete()
133 std::string authorization_value_; member in __anonff3011770111::ScopedNvramSpace