HomeSort by relevance Sort by last modified time
    Searched full:entity_authorization_value_ (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
hmac_authorization_delegate.h 102 entity_authorization_value_ = auth_value;
106 return entity_authorization_value_;
151 std::string entity_authorization_value_; member in class:trunks::HmacAuthorizationDelegate
154 // This boolean flag determines if the entity_authorization_value_ is needed
hmac_authorization_delegate.cc 88 hmac_key = session_key_ + entity_authorization_value_;
149 hmac_key = session_key_ + entity_authorization_value_;
295 session_key_ + entity_authorization_value_,

Completed in 206 milliseconds