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

  /system/keymaster/
key.h 53 const AuthorizationSet& authorizations() const { return authorizations_; }
58 : logger_(logger), authorizations_(authorizations) {}
63 AuthorizationSet authorizations_; member in class:keymaster::Key
key.cpp 33 authorizations_.push_back(blob.unenforced());
34 authorizations_.push_back(blob.enforced());

Completed in 50 milliseconds