Searched refs:KeymasterArguments (Results 1 – 2 of 2) sorted by relevance
27 struct KeymasterArguments : public Parcelable { struct28 KeymasterArguments(){}; in KeymasterArguments() argument30 KeymasterArguments(hardware::hidl_vec<::keystore::KeyParameter>&& other);31 explicit KeymasterArguments(const hardware::hidl_vec<::keystore::KeyParameter>& other);
35 softwareEnforced = KeymasterArguments(other.softwareEnforced); in KeyCharacteristics()36 hardwareEnforced = KeymasterArguments(other.hardwareEnforced); in KeyCharacteristics()41 KeymasterArguments softwareEnforced;42 KeymasterArguments hardwareEnforced;