Searched defs:Operation (Results 1 – 5 of 5) sorted by relevance
37 struct Operation { struct39 Operation(uint64_t handle_, uint64_t keyid_, KeyPurpose purpose_, const sp<Keymaster>& device_, in Operation() argument48 bool hasAuthToken() const { return authToken.mac.size() != 0; } in hasAuthToken()50 uint64_t handle;51 uint64_t keyid;52 KeyPurpose purpose;53 sp<Keymaster> device;54 KeyCharacteristics characteristics;55 sp<IBinder> appToken;56 std::promise<KeyStoreServiceReturnCode> authTokenPromise;[all …]
27 class Operation; variable
33 class Operation; variable94 explicit Operation(keymaster_purpose_t purpose, AuthorizationSet&& hw_enforced, in Operation() function
31 class Operation; variable
66 Operation() in Operation() function