Home | History | Annotate | Download | only in keymaster

Lines Matching refs:AuthorizationSet

45     const AuthorizationSet& hw_enforced() const { return hw_enforced_; }
46 const AuthorizationSet& sw_enforced() const { return sw_enforced_; }
47 AuthorizationSet& hw_enforced() { return hw_enforced_; }
48 AuthorizationSet& sw_enforced() { return sw_enforced_; }
56 AuthorizationSet&& hw_enforced_move() { return move(hw_enforced_); }
57 AuthorizationSet&& sw_enforced_move() { return move(sw_enforced_); }
64 Key(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced,
70 AuthorizationSet hw_enforced_;
71 AuthorizationSet sw_enforced_;