/system/security/keystore/ |
D | operation_struct.h | 37 struct Operation { struct 38 Operation() = default; 39 Operation(uint64_t handle_, uint64_t keyid_, KeyPurpose purpose_, const sp<Keymaster>& device_, in Operation() argument 45 Operation(Operation&&) = default; 46 Operation(const Operation&) = delete;
|
D | operation.h | 58 std::shared_ptr<Operation> getOperation(const sp<IBinder>& token); 59 std::shared_ptr<Operation> removeOperation(const sp<IBinder>& token, bool wasSuccessful, 69 std::map<sp<IBinder>, std::shared_ptr<Operation>> mMap;
|
D | operation.cpp | 35 mMap.emplace(token, std::make_shared<Operation>(handle, keyid, purpose, dev, in addOperation() 43 std::shared_ptr<Operation> OperationMap::getOperation(const sp<IBinder>& token) { in getOperation() 61 std::shared_ptr<Operation> OperationMap::removeOperation(const sp<IBinder>& token, in removeOperation()
|
D | key_operation_log_handler.h | 24 void logKeystoreKeyOperationEvent(const Operation& op, bool wasSuccessful, int32_t errorCode);
|
D | key_operation_log_handler.cpp | 114 void logKeystoreKeyOperationEvent(const Operation& op, bool wasOperationSuccessful, in logKeystoreKeyOperationEvent()
|
D | keymaster_worker.h | 197 KeyStoreServiceReturnCode getOperationAuthTokenIfNeeded(std::shared_ptr<Operation> op);
|
/system/keymaster/include/keymaster/ |
D | operation.h | 33 class Operation; variable 34 using OperationPtr = UniquePtr<Operation>; 92 class Operation { 94 explicit Operation(keymaster_purpose_t purpose, AuthorizationSet&& hw_enforced, in Operation() function 97 virtual ~Operation() {} in ~Operation() 99 Operation(const Operation&) = delete; 100 void operator=(const Operation&) = delete;
|
D | operation_table.h | 27 class Operation; variable 28 using OperationPtr = UniquePtr<Operation>; 37 Operation* Find(keymaster_operation_handle_t op_handle);
|
/system/keymaster/include/keymaster/km_openssl/ |
D | ecdsa_operation.h | 30 class EcdsaOperation : public Operation { 34 : Operation(purpose, move(hw_enforced), move(sw_enforced)), digest_(digest), in EcdsaOperation() 91 virtual Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, 99 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation() 109 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation()
|
D | rsa_operation.h | 34 class RsaOperation : public Operation { 39 : Operation(purpose, move(hw_enforced), move(sw_enforced)), rsa_key_(key), in RsaOperation()
|
/system/keymaster/legacy_support/ |
D | keymaster_passthrough_operation.h | 31 class Operation; variable 36 template <typename KeymasterDeviceType> class KeymasterPassthroughOperation : public Operation { 40 : Operation(purpose, key.hw_enforced_move(), key.sw_enforced_move()), in KeymasterPassthroughOperation()
|
/system/keymaster/android_keymaster/ |
D | operation_table.cpp | 40 Operation* OperationTable::Find(keymaster_operation_handle_t op_handle) { in Find()
|
D | operation.cpp | 152 keymaster_error_t Operation::UpdateForFinish(const AuthorizationSet& input_params, in UpdateForFinish()
|
D | android_keymaster.cpp | 312 Operation* operation = operation_table_->Find(request.op_handle); in UpdateOperation() 341 Operation* operation = operation_table_->Find(request.op_handle); in FinishOperation() 365 Operation* operation = operation_table_->Find(request.op_handle); in AbortOperation()
|
/system/keymaster/km_openssl/ |
D | hmac_operation.h | 25 class HmacOperation : public Operation {
|
D | hmac_operation.cpp | 90 : Operation(purpose, key.hw_enforced_move(), key.sw_enforced_move()), error_(KM_ERROR_OK), in HmacOperation()
|
D | block_cipher_operation.h | 69 class BlockCipherEvpOperation : public Operation {
|
D | block_cipher_operation.cpp | 149 : Operation(purpose, key.hw_enforced_move(), key.sw_enforced_move()), block_mode_(block_mode), in BlockCipherEvpOperation()
|
/system/bt/gd/hal/cert/ |
D | simple_hal_test.py | 196 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 282 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 293 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 402 hci_packets.Operation.COMPLETE_ADVERTISEMENT,
|
/system/bt/gd/hci/cert/ |
D | le_acl_manager_test.py | 116 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 127 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 345 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 356 hci_packets.Operation.COMPLETE_ADVERTISEMENT,
|
D | direct_hci_test.py | 198 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 209 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 297 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 308 hci_packets.Operation.COMPLETE_ADVERTISEMENT, 444 hci_packets.Operation.COMPLETE_ADVERTISEMENT,
|
/system/bt/gd/hci/ |
D | le_advertising_manager.h | 57 Operation operation; // TODO(b/149221472): Support fragmentation
|
D | le_advertising_manager.cc | 75 operation = Operation::COMPLETE_ADVERTISEMENT; in ExtendedAdvertisingConfig()
|
D | hci_packets.pdl | 2820 enum Operation : 3 { 2835 operation : Operation, 2845 operation : Operation, 2859 operation : Operation, 2869 operation : Operation, 2960 operation : Operation,
|
/system/teeui/libteeui/include/teeui/ |
D | generic_operation.h | 62 template <typename Derived, typename TimeStamp> class Operation { 66 Operation() in Operation() function
|