Home
last modified time | relevance | path

Searched defs:AuthorizationSet (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dauthorization_set.h43 AuthorizationSet(){}; in AuthorizationSet() function
46 AuthorizationSet(const AuthorizationSet& other) : data_(other.data_) {} in AuthorizationSet() function
49 AuthorizationSet(AuthorizationSet&& other) noexcept : data_(std::move(other.data_)) {} in AuthorizationSet() function
52 AuthorizationSet(const hidl_vec<KeyParameter>& other) { *this = other; } in AuthorizationSet() function
Dattestation_record.h27 class AuthorizationSet; variable
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.h44 AuthorizationSet(){}; in AuthorizationSet() function
47 AuthorizationSet(const AuthorizationSet& other) : data_(other.data_) {} in AuthorizationSet() function
50 AuthorizationSet(AuthorizationSet&& other) : data_(std::move(other.data_)) {} in AuthorizationSet() function
53 AuthorizationSet(const hidl_vec<KeyParameter>& other) { *this = other; } in AuthorizationSet() function