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

  /system/keymaster/include/keymaster/
authorization_set.h 32 class AuthorizationSet : public Serializable {
35 * Construct an empty, dynamically-allocated, growable AuthorizationSet. Does not actually
37 * AuthorizationSet with this constructor and then reinitializing it to point at pre-allocated
40 AuthorizationSet()
45 * Construct an AuthorizationSet from the provided array. The AuthorizationSet copies the data
51 AuthorizationSet(const keymaster_key_param_t* elems, size_t count)
56 AuthorizationSet(const uint8_t* serialized_set, size_t serialized_size)
62 AuthorizationSet(const AuthorizationSet&)
    [all...]
  /system/keymaster/
authorization_set.cpp 34 AuthorizationSet::AuthorizationSet(const AuthorizationSet& set)
39 AuthorizationSet::~AuthorizationSet() {
43 bool AuthorizationSet::reserve_elems(size_t count) {
61 bool AuthorizationSet::reserve_indirect(size_t length) {
85 bool AuthorizationSet::Reinitialize(const keymaster_key_param_t* elems, const size_t count) {
101 void AuthorizationSet::set_invalid(Error error) {
106 int AuthorizationSet::find(keymaster_tag_t tag, int begin) const
    [all...]

Completed in 131 milliseconds