Searched defs:Operation (Results 1 – 8 of 8) sorted by relevance
| /system/security/keystore2/src/ |
| D | operation.rs | 175 pub struct Operation { struct 178 km_op: Strong<dyn IKeyMintOperation>, argument 179 last_usage: Mutex<Instant>, 180 outcome: Mutex<Outcome>, 181 owner: u32, // Uid of the operation's owner. 182 auth_info: Mutex<AuthInfo>, 183 forced: bool, 184 logging_info: LoggingInfo, 218 impl Operation { impl 461 impl Drop for Operation { implementation [all …]
|
| /system/keymint/ta/src/ |
| D | operation.rs | 56 pub(crate) struct Operation { struct 74 pub crypto_op: CryptoOperation, argument 80 impl Operation { impl 809 fn take_operation(&mut self, op_handle: OpHandle) -> Result<Operation, Error> { in take_operation() 818 op: &Operation, in check_subsequent_auth()
|
| /system/keymint/hal/src/ |
| D | keymint.rs | 303 struct Operation<T: SerializedChannel + 'static> { struct 308 impl<T: SerializedChannel + 'static> Drop for Operation<T> { implementation 315 impl<T: SerializedChannel> ChannelHalService<T> for Operation<T> { implementation 336 impl<T: SerializedChannel> binder::Interface for Operation<T> {} implementation 338 impl<T: SerializedChannel + 'static> Operation<T> { impl 352 impl<T: SerializedChannel> Operation<T> { implementation 376 impl<T: SerializedChannel + 'static> keymint::IKeyMintOperation::IKeyMintOperation implementation
|
| /system/logging/logd/ |
| D | ReplayMessages.cpp | 151 class Operation { class 249 virtual void Operation() {} in Operation() function in SingleBufferOperation 267 void Operation() override { in Operation() function in PrintMemory 294 void Operation() override { in Operation() function in PrintLogs 323 void Operation() override { in Operation() function in PrintLatency 362 void Operation() override { in Operation() function in PrintAllLogs
|
| /system/keymaster/include/keymaster/ |
| D | operation_table.h | 26 class Operation; variable
|
| D | operation.h | 35 class Operation; variable 96 explicit Operation(keymaster_purpose_t purpose, AuthorizationSet&& hw_enforced, in Operation() function
|
| /system/keymaster/legacy_support/ |
| D | keymaster_passthrough_operation.h | 31 class Operation; variable
|
| /system/teeui/libteeui/include/teeui/ |
| D | generic_operation.h | 66 Operation() in Operation() function
|