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

  /system/keymaster/
authorization_set.cpp 37 AuthorizationSet::AuthorizationSet(AuthorizationSetBuilder& builder) {
60 AuthorizationSet::~AuthorizationSet() {
64 bool AuthorizationSet::reserve_elems(size_t count) {
82 bool AuthorizationSet::reserve_indirect(size_t length) {
106 void AuthorizationSet::MoveFrom(AuthorizationSet& set) {
123 bool AuthorizationSet::Reinitialize(const keymaster_key_param_t* elems, const size_t count) {
144 void AuthorizationSet::set_invalid(Error error)
    [all...]
  /system/keymaster/include/keymaster/
authorization_set.h 34 class AuthorizationSet : public Serializable, public keymaster_key_param_set_t {
37 * Construct an empty, dynamically-allocated, growable AuthorizationSet. Does not actually
39 * AuthorizationSet with this constructor and then reinitializing it to point at pre-allocated
42 AuthorizationSet()
50 * Construct an AuthorizationSet from the provided array. The AuthorizationSet copies the data
56 AuthorizationSet(const keymaster_key_param_t* elems, size_t count) : indirect_data_(nullptr) {
61 explicit AuthorizationSet(const keymaster_key_param_set_t& set) : indirect_data_(nullptr) {
66 explicit AuthorizationSet(const uint8_t* serialized_set, size_t serialized_size)
73 * Construct an AuthorizationSet from the provided builder. This extracts the data from th
    [all...]

Completed in 64 milliseconds