Home
last modified time | relevance | path

Searched refs:bind_auth_value (Results 1 – 2 of 2) sorted by relevance

/system/tpm/trunks/
Dhmac_authorization_delegate.cc215 const std::string& bind_auth_value, in InitSession() argument
227 if (salt.length() == 0 && bind_auth_value.length() == 0) { in InitSession()
232 session_key_ = CreateKey(bind_auth_value + salt, in InitSession()
Dhmac_authorization_delegate.h87 const std::string& bind_auth_value,