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

  /system/keymaster/
key.cpp 30 authorizations_.push_back(hw_enforced);
31 authorizations_.push_back(sw_enforced);
33 if (authorizations_.is_valid() != AuthorizationSet::OK)
key.h 51 const AuthorizationSet& authorizations() const { return authorizations_; }
58 AuthorizationSet authorizations_; member in class:keymaster::Key

Completed in 154 milliseconds