Searched defs:Operation (Results 1 – 8 of 8) sorted by relevance
| /system/security/keystore2/src/ |
| D | operation.rs | 171 pub struct Operation { struct 174 km_op: Strong<dyn IKeyMintOperation>, argument 175 last_usage: Mutex<Instant>, 176 outcome: Mutex<Outcome>, 177 owner: u32, // Uid of the operation's owner. 178 auth_info: Mutex<AuthInfo>, 179 forced: bool, 180 logging_info: LoggingInfo, 214 impl Operation { impl 454 impl Drop for Operation { implementation [all …]
|
| /system/keymint/ta/src/ |
| D | operation.rs | 44 pub(crate) struct Operation { struct 62 pub crypto_op: CryptoOperation, argument 68 impl Operation { argument 827 fn take_operation(&mut self, op_handle: OpHandle) -> Result<Operation, Error> { in take_operation() 836 op: &Operation, in check_subsequent_auth()
|
| /system/keymint/hal/src/ |
| D | keymint.rs | 269 struct Operation<T: SerializedChannel + 'static> { struct 274 impl<T: SerializedChannel + 'static> Drop for Operation<T> { implementation 281 impl<T: SerializedChannel> ChannelHalService<T> for Operation<T> { implementation 302 impl<T: SerializedChannel> binder::Interface for Operation<T> {} implementation 304 impl<T: SerializedChannel + 'static> Operation<T> { implementation 318 impl<T: SerializedChannel> Operation<T> { impl 342 impl<T: SerializedChannel + 'static> keymint::IKeyMintOperation::IKeyMintOperation implementation
|
| /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/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/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
|