/system/update_engine/ |
D | update_engine_client.cc | 70 LOG(ERROR) << "UpdateEngineService not available."; in OnInit() 120 LOG(ERROR) << error; in IPCError() 138 LOG(INFO) << "Got status update:"; in HandleStatusUpdate() 139 LOG(INFO) << " last_checked_time: " << last_checked_time; in HandleStatusUpdate() 140 LOG(INFO) << " progress: " << progress; in HandleStatusUpdate() 141 LOG(INFO) << " current_operation: " in HandleStatusUpdate() 143 LOG(INFO) << " new_version: " << new_version; in HandleStatusUpdate() 144 LOG(INFO) << " new_size: " << new_size; in HandleStatusUpdate() 217 LOG(ERROR) << "Update failed, current operation is " in HandleStatusUpdate() 224 LOG(INFO) << "Update succeeded -- reboot needed."; in HandleStatusUpdate() [all …]
|
D | metrics.cc | 120 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(os_age) in ReportDailyMetrics() 142 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; in ReportUpdateCheckMetrics() 149 LOG(INFO) << "Sending " << value << " for metric " << metric << " (enum)"; in ReportUpdateCheckMetrics() 155 LOG(INFO) << "Sending " << value << " for metric " << metric << " (sparse)"; in ReportUpdateCheckMetrics() 165 LOG(INFO) << "Sending " << utils::FormatTimeDelta(time_since_last) in ReportUpdateCheckMetrics() 181 LOG(INFO) << "Sending " << utils::FormatTimeDelta(uptime_since_last) in ReportUpdateCheckMetrics() 198 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result) in ReportAbnormallyTerminatedUpdateAttemptMetrics() 223 LOG(INFO) << "Uploading " << attempt_number << " for metric " << metric; in ReportUpdateAttemptMetrics() 231 LOG(INFO) << "Uploading " << utils::ToString(payload_type) in ReportUpdateAttemptMetrics() 238 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(duration) in ReportUpdateAttemptMetrics() [all …]
|
D | update_attempter.cc | 197 LOG(WARNING) << "Last reported daily metrics " in UpdateAttempter() 205 LOG(INFO) << "Last reported daily metrics " in UpdateAttempter() 209 LOG(INFO) << "Last reported daily metrics " in UpdateAttempter() 215 LOG(INFO) << "Reporting daily metrics."; in UpdateAttempter() 240 LOG(ERROR) << "The OS age (" << utils::FormatTimeDelta(age) in UpdateAttempter() 272 LOG(INFO) << "Not updating b/c we already updated and we're waiting for " in UpdateAttempter() 321 LOG(INFO) << "Device policies/settings present"; in UpdateAttempter() 323 LOG(INFO) << "No device policies/settings present."; in UpdateAttempter() 342 LOG(INFO) << "p2p is not enabled - disallowing p2p for both" in UpdateAttempter() 348 LOG(INFO) << "Non-interactive check - allowing p2p for downloading"; in UpdateAttempter() [all …]
|
D | boot_control_android.cc | 61 LOG(ERROR) << "Error getting bootctrl HIDL module."; in Init() 65 LOG(INFO) << "Loaded boot control hidl hal."; in Init() 105 LOG(ERROR) << "Device file " << misc_device.value() << " for /misc " in GetPartitionDevice() 117 LOG(ERROR) << "boot_control impl returned no suffix for slot " in GetPartitionDevice() 124 LOG(ERROR) << "Device file " << path.value() << " does not exist."; in GetPartitionDevice() 135 LOG(ERROR) << "Unable to determine if slot " << SlotName(slot) in IsSlotBootable() 141 LOG(ERROR) << "Invalid slot: " << SlotName(slot); in IsSlotBootable() 151 LOG(ERROR) << "Unable to call MarkSlotUnbootable for slot " in MarkSlotUnbootable() 157 LOG(ERROR) << "Unable to mark slot " << SlotName(slot) in MarkSlotUnbootable() 167 LOG(ERROR) << "Unable to call SetActiveBootSlot for slot " << SlotName(slot) in SetActiveBootSlot() [all …]
|
D | omaha_request_action.cc | 190 LOG(WARNING) << "The omaha cohort setting " << arg_name in GetCohortArgXml() 198 LOG(WARNING) << "The omaha cohort setting " << arg_name in GetCohortArgXml() 226 LOG(INFO) << "Passing OS version as 0.0.0.0 as we are set to powerwash " in GetAppXml() 445 LOG(ERROR) << "Unexpected end element '" << element in ParserHandlerEnd() 470 LOG(ERROR) << "XML entities are not supported. Aborting parsing."; in ParserHandlerEntityDecl() 481 LOG(WARNING) << "Invalid ASCII-7 string passed to the XML encoder:"; in XmlEncode() 549 LOG(WARNING) << in CalculatePingDays() 573 LOG(INFO) << "Not sending ping with a=-1 r=-1 to omaha because " in ShouldPing() 595 LOG(ERROR) << "Dropping stored Omaha InstallData since its value num_days=" in GetInstallDate() 622 LOG(INFO) << "Not generating Omaha InstallData as we have " in GetInstallDate() [all …]
|
/system/core/tzdatacheck/ |
D | tzdatacheck.cpp | 117 LOG(WARNING) << fileName << " is too small. " << byteCount << " bytes required"; in readBytes() 129 LOG(WARNING) << fileName << " does not start with the expected bytes (tzdata)"; in checkValidTzDataHeader() 176 LOG(DEBUG) << "Inspecting " << fpath; in deleteFn() 180 LOG(DEBUG) << "Unlinking " << fpath; in deleteFn() 187 LOG(DEBUG) << "Removing dir " << fpath; in deleteFn() 193 LOG(WARNING) << "Unsupported file type " << fpath << ": " << typeflag; in deleteFn() 221 LOG(INFO) << "Path " << fileToDelete << " does not exist"; in deleteFile() 225 LOG(WARNING) << "Path " << fileToDelete << " failed to stat() or is not a file."; in deleteFile() 251 LOG(INFO) << "Path " << dirToDelete << " does not exist"; in deleteDir() 255 LOG(WARNING) << "Path " << dirToDelete << " failed to stat() or is not a directory."; in deleteDir() [all …]
|
/system/tpm/trunks/ |
D | trunks_client.cc | 84 LOG(ERROR) << "Error allocating PCR:" << trunks::GetErrorString(result); in AllocatePCR() 97 LOG(ERROR) << "Error taking ownership: " << trunks::GetErrorString(rc); in TakeOwnership() 107 LOG(ERROR) << "Failed to read TPM state: " in DumpStatus() 142 LOG(ERROR) << "ReadPCR: " << trunks::GetErrorString(result); in ReadPCR() 155 LOG(ERROR) << "ExtendPCR: " << trunks::GetErrorString(result); in ExtendPCR() 197 LOG(INFO) << "Running RNG test."; in main() 199 LOG(ERROR) << "Error running RNGtest."; in main() 202 LOG(INFO) << "Running RSA key tests."; in main() 204 LOG(ERROR) << "Error running SignTest."; in main() 208 LOG(ERROR) << "Error running DecryptTest."; in main() [all …]
|
D | trunks_client_test.cc | 74 LOG(ERROR) << "Error starting hmac session."; in RNGTest() 82 LOG(ERROR) << "Error stirring TPM RNG: " << GetErrorString(result); in RNGTest() 88 LOG(ERROR) << "Error getting random bytes from TPM: " in RNGTest() 93 LOG(ERROR) << "Error not enough random bytes received."; in RNGTest() 103 LOG(ERROR) << "Error starting hmac session."; in SignTest() 113 LOG(ERROR) << "Error creating signing key: " << GetErrorString(result); in SignTest() 119 LOG(ERROR) << "Error loading signing key: " << GetErrorString(result); in SignTest() 128 LOG(ERROR) << "Error using key to sign: " << GetErrorString(result); in SignTest() 134 LOG(ERROR) << "Error using key to verify: " << GetErrorString(result); in SignTest() 144 LOG(ERROR) << "Error starting hmac session."; in DecryptTest() [all …]
|
D | tpm_utility_impl.cc | 88 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in Startup() 93 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in Startup() 115 LOG(INFO) << __func__ in Clear() 121 LOG(ERROR) << __func__ in Clear() 131 LOG(ERROR) << __func__ in Shutdown() 141 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in InitializeTpm() 146 LOG(WARNING) << __func__ in InitializeTpm() 150 LOG(WARNING) << __func__ << ": WARNING: The TPM is currently in lockout."; in InitializeTpm() 165 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in InitializeTpm() 170 LOG(ERROR) << __func__ << ": " << GetErrorString(result); in InitializeTpm() [all …]
|
D | blob_parser.cc | 36 LOG(ERROR) << "Error serializing public info: " << GetErrorString(result); in SerializeKeyBlob() 41 LOG(ERROR) << "Error serializing private info: " << GetErrorString(result); in SerializeKeyBlob() 60 LOG(ERROR) << "Error parsing public info: " << GetErrorString(result); in ParseKeyBlob() 65 LOG(ERROR) << "Error parsing private info: " << GetErrorString(result); in ParseKeyBlob() 79 LOG(ERROR) << "Error serializing creation_data: " << GetErrorString(result); in SerializeCreationBlob() 84 LOG(ERROR) << "Error serializing creation_hash: " << GetErrorString(result); in SerializeCreationBlob() 89 LOG(ERROR) << "Error serializing creation_ticket: " in SerializeCreationBlob() 110 LOG(ERROR) << "Error parsing creation_data: " << GetErrorString(result); in ParseCreationBlob() 115 LOG(ERROR) << "Error parsing creation_hash: " << GetErrorString(result); in ParseCreationBlob() 121 LOG(ERROR) << "Error parsing creation_ticket: " << GetErrorString(result); in ParseCreationBlob()
|
/system/connectivity/wificond/net/ |
D | netlink_utils.cpp | 61 LOG(ERROR) << "NL80211_CMD_GET_WIPHY dump failed"; in GetWiphyIndex() 65 LOG(DEBUG) << "No wiphy is found"; in GetWiphyIndex() 70 LOG(ERROR) << "Receive ERROR message: " in GetWiphyIndex() 75 LOG(ERROR) << "Wrong message type for new interface message: " in GetWiphyIndex() 80 LOG(ERROR) << "Wrong command in response to " in GetWiphyIndex() 86 LOG(ERROR) << "Failed to get wiphy index from reply message"; in GetWiphyIndex() 106 LOG(ERROR) << "NL80211_CMD_GET_INTERFACE dump failed"; in GetInterfaces() 110 LOG(ERROR) << "No interface is found"; in GetInterfaces() 115 LOG(ERROR) << "Receive ERROR message: " in GetInterfaces() 120 LOG(ERROR) << "Wrong message type for new interface message: " in GetInterfaces() [all …]
|
D | netlink_manager.cpp | 78 LOG(ERROR) << "Failed to read packet from buffer"; in ReceivePacketAndRunHandler() 89 LOG(ERROR) << "payload is broken."; in ReceivePacketAndRunHandler() 97 LOG(ERROR) << "Receive invalid packet"; in ReceivePacketAndRunHandler() 114 LOG(WARNING) << "No handler for message: " << sequence_number; in ReceivePacketAndRunHandler() 126 LOG(ERROR) << "Get message overrun notification"; in ReceivePacketAndRunHandler() 151 LOG(ERROR) << "Wrong message type for new family message"; in OnNewFamily() 155 LOG(ERROR) << "Wrong command for new family message"; in OnNewFamily() 160 LOG(ERROR) << "Failed to get family id"; in OnNewFamily() 165 LOG(ERROR) << "Failed to get family name"; in OnNewFamily() 169 LOG(WARNING) << "Ignoring none nl80211 netlink families"; in OnNewFamily() [all …]
|
/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 56 LOG(INFO) << "Confirming repeating utf8 strings works."; in ConfirmUtf8InCppStringRepeat() 62 LOG(ERROR) << "Failed while requesting service to repeat utf8 string=\"" in ConfirmUtf8InCppStringRepeat() 73 LOG(ERROR) << "RepeatNullableUtf8CppString(null) did not return null"; in ConfirmUtf8InCppStringRepeat() 82 LOG(ERROR) << "Got status=" << status.toString8() << " while repeating " in ConfirmUtf8InCppStringRepeat() 87 LOG(ERROR) << "Got null reply while repeating nullable utf8 string " in ConfirmUtf8InCppStringRepeat() 92 LOG(ERROR) << "Failed while requesting service to repeat utf8 string=\"" in ConfirmUtf8InCppStringRepeat() 104 LOG(INFO) << "Confirming passing and returning utf8 string arrays works."; in ConfirmUtf8InCppStringArrayReverse() 114 LOG(INFO) << "Confirming reversing a list of utf8 strings works"; in ConfirmUtf8InCppStringListReverse() 118 LOG(ERROR) << "Reversing null list of utf8 strings failed."; in ConfirmUtf8InCppStringListReverse() 129 LOG(ERROR) << "Reversing list of utf8 strings failed."; in ConfirmUtf8InCppStringListReverse() [all …]
|
/system/core/adb/client/ |
D | usb_libusb.cpp | 84 LOG(DEBUG) << "notifying " << name << " transfer complete"; in Notify() 175 LOG(VERBOSE) << "found " << device_count << " attached devices"; in poll_for_devices() 186 LOG(WARNING) << "failed to get device descriptor for device at " << device_address in poll_for_devices() 193 LOG(VERBOSE) << "skipping device with incorrect class at " << device_address; in poll_for_devices() 200 LOG(WARNING) << "failed to get active config descriptor for device at " in poll_for_devices() 217 LOG(VERBOSE) << "skipping interface with incorrect num_altsetting at " in poll_for_devices() 226 LOG(VERBOSE) << "skipping non-adb interface at " << device_address in poll_for_devices() 231 LOG(VERBOSE) << "found potential adb interface at " << device_address in poll_for_devices() 262 LOG(VERBOSE) << "rejecting potential adb interface at " << device_address in poll_for_devices() 270 LOG(VERBOSE) << "skipping device with no adb interfaces at " << device_address; in poll_for_devices() [all …]
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action.cc | 54 LOG(ERROR) << "FilesystemVerifierAction missing input object."; in PerformAction() 60 LOG(INFO) << "No partitions to verify."; in PerformAction() 111 LOG(INFO) << "Hashing partition " << partition_index_ << " (" in StartPartitionHashing() 124 LOG(ERROR) << "Unable to open " << part_path << " for reading"; in StartPartitionHashing() 154 LOG(ERROR) << "Unable to schedule an asynchronous read from the stream."; in ScheduleRead() 166 LOG(ERROR) << "Unable to update the hash."; in OnReadDoneCallback() 178 LOG(ERROR) << "Failed to read the remaining " << remaining_size_ in OnReadDoneCallback() 191 LOG(ERROR) << "Asynchronous read failed."; in OnReadErrorCallback() 197 LOG(ERROR) << "Unable to finalize the hash."; in FinishPartitionHashing() 202 LOG(INFO) << "Hash of " << partition.name << ": " << hasher_->hash(); in FinishPartitionHashing() [all …]
|
/system/bt/hci/src/ |
D | hci_layer_linux.cc | 116 LOG(FATAL) << "This packet filled buffer, if it have continuation we " in monitor_socket() 147 LOG(FATAL) << "Unexpected event type: " << +type; in monitor_socket() 156 if (res <= 0) LOG(INFO) << "Nothing more to read"; in monitor_socket() 159 LOG(INFO) << "exitting"; in monitor_socket() 169 LOG(INFO) << __func__; in hci_initialize() 181 LOG(INFO) << "Using interface hci" << +hci_interface; in hci_initialize() 196 LOG(FATAL) << "HCI interface hci" << +hci_interface << " not found"; in hci_initialize() 205 LOG(FATAL) << "socket bind error " << strerror(errno); in hci_initialize() 210 LOG(FATAL) << "socketpair failed: " << strerror(errno); in hci_initialize() 219 LOG(INFO) << "HCI device ready"; in hci_initialize() [all …]
|
/system/tpm/attestation/server/ |
D | pkcs11_key_store.cc | 62 LOG(INFO) << "PKCS #11 is not available."; in ScopedSession() 67 LOG(ERROR) << "Failed to open PKCS #11 session."; in ScopedSession() 74 LOG(WARNING) << "Failed to close PKCS #11 session."; in ~ScopedSession() 99 LOG(ERROR) << "Pkcs11KeyStore: No token for user."; in Read() 104 LOG(ERROR) << "Pkcs11KeyStore: Failed to open token session."; in Read() 109 LOG(WARNING) << "Pkcs11KeyStore: Key does not exist: " << key_name; in Read() 116 LOG(ERROR) << "Pkcs11KeyStore: Failed to read key data: " << key_name; in Read() 123 LOG(ERROR) << "Pkcs11KeyStore: Failed to read key data: " << key_name; in Read() 139 LOG(ERROR) << "Pkcs11KeyStore: No token for user."; in Write() 144 LOG(ERROR) << "Pkcs11KeyStore: Failed to open token session."; in Write() [all …]
|
/system/bt/service/example/heart_rate/ |
D | server_main.cc | 61 LOG(ERROR) << "The Bluetooth daemon has died. Aborting."; in binderDied() 85 LOG(ERROR) << "Failed to set up logging"; in main() 93 LOG(INFO) << "Starting GATT Heart Rate Service sample"; in main() 98 LOG(ERROR) << "Failed to get service binder: '" << kServiceName in main() 107 LOG(ERROR) << "Bluetooth is not enabled."; in main() 118 LOG(ERROR) << "Failed to register DeathRecipient for IBluetooth"; in main() 132 LOG(INFO) << "Heart Rate service started successfully"; in main() 136 LOG(ERROR) << "Starting Heart Rate server failed asynchronously"; in main() 148 LOG(ERROR) << "Failed to start Heart Rate server"; in main() 158 LOG(INFO) << "Exiting"; in main()
|
/system/update_engine/common/ |
D | action_processor.cc | 46 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type(); in StartProcessing() 58 LOG(INFO) << "ActionProcessor: aborted " in StopProcessing() 75 LOG(WARNING) << "Called SuspendProcessing while not processing."; in SuspendProcessing() 82 LOG(INFO) << "ActionProcessor: suspending " << current_action_->Type(); in SuspendProcessing() 88 LOG(WARNING) << "Called ResumeProcessing while not suspended."; in ResumeProcessing() 95 LOG(INFO) << "ActionProcessor: resuming " << current_action_->Type(); in ResumeProcessing() 102 LOG(INFO) << "ActionProcessor: resuming processing"; in ResumeProcessing() 116 LOG(INFO) << "ActionProcessor: finished " in ActionComplete() 121 LOG(INFO) << "ActionProcessor: Aborting processing due to failure."; in ActionComplete() 143 LOG(INFO) << "ActionProcessor: starting " << current_action_->Type(); in StartNextActionOrFinish()
|
D | multi_range_http_fetcher.cc | 45 LOG(INFO) << "starting first transfer"; in BeginTransfer() 53 LOG(INFO) << "Called TerminateTransfer but not active."; in TerminateTransfer() 74 LOG(INFO) << "starting transfer of range " << range.ToString(); in StartTransfer() 112 LOG(INFO) << "terminating transfer"; in ReceivedBytes() 124 LOG(INFO) << "TransferEnded w/ code " << http_response_code_; in TransferEnded() 126 LOG(INFO) << "Terminating."; in TransferEnded() 139 LOG(INFO) << "Didn't get enough bytes. Ending w/ failure."; in TransferEnded() 153 LOG(INFO) << "Starting next transfer (" << current_index_ << ")."; in TransferEnded() 158 LOG(INFO) << "Done w/ all transfers"; in TransferEnded() 167 LOG(INFO) << "Received transfer complete."; in TransferComplete() [all …]
|
/system/connectivity/wificond/scanning/ |
D | scanner_impl.cpp | 62 LOG(INFO) << "subscribe scan result for interface with index: " in ScannerImpl() 81 LOG(INFO) << "Unsubscribe scan result for interface with index: " in Invalidate() 89 LOG(DEBUG) << "Calling on a invalid scanner object." in CheckIsValid() 105 LOG(ERROR) << "Failed to get wiphy info from kernel"; in getAvailable2gChannels() 125 LOG(ERROR) << "Failed to get wiphy info from kernel"; in getAvailable5gNonDFSChannels() 145 LOG(ERROR) << "Failed to get wiphy info from kernel"; in getAvailableDFSChannels() 160 LOG(ERROR) << "Failed to get scan results via NL80211"; in getScanResults() 173 LOG(WARNING) << "Scan already started"; in scan() 214 LOG(WARNING) << "Pno scan already started"; in startPnoScan() 257 LOG(ERROR) << "Failed to start pno scan"; in startPnoScan() [all …]
|
/system/tpm/tpm_manager/server/ |
D | tpm2_initializer_impl.cc | 70 LOG(ERROR) << "Error reading local data."; in InitializeTpm() 83 LOG(ERROR) << "Error generating a random owner password."; in InitializeTpm() 87 LOG(ERROR) << "Error generating a random endorsement password."; in InitializeTpm() 91 LOG(ERROR) << "Error generating a random lockout password."; in InitializeTpm() 105 LOG(ERROR) << "Error saving local data."; in InitializeTpm() 111 LOG(ERROR) << "Error taking ownership of TPM2.0"; in InitializeTpm() 127 LOG(ERROR) << "Failed to read PCR " << pcr << ": " in VerifiedBootHelper() 132 LOG(WARNING) << "WARNING: Verified boot PCR " << pcr in VerifiedBootHelper() 136 LOG(ERROR) << "Failed to extend PCR " << pcr << ": " in VerifiedBootHelper() 146 LOG(ERROR) << __func__ << ": Error reading local data."; in ResetDictionaryAttackLock() [all …]
|
/system/vold/ |
D | Keymaster.cpp | 55 LOG(ERROR) << "update failed: " << error.description(); in updateCompletely() 60 LOG(ERROR) << "update failed, code " << int32_t(km_error); in updateCompletely() 65 LOG(ERROR) << "update reported too much input consumed"; in updateCompletely() 87 LOG(ERROR) << "finish failed: " << error.description(); in finish() 91 LOG(ERROR) << "finish failed, code " << int32_t(km_error); in finish() 113 LOG(ERROR) << "generate_key failed: " << error.description(); in generateKey() 117 LOG(ERROR) << "generate_key failed, code " << int32_t(km_error); in generateKey() 127 LOG(ERROR) << "delete_key failed: " << error.description(); in deleteKey() 131 LOG(ERROR) << "delete_key failed, code " << uint32_t(ErrorCode(error)); in deleteKey() 150 LOG(ERROR) << "upgrade_key failed: " << error.description(); in upgradeKey() [all …]
|
/system/core/adb/ |
D | adb_auth_host.cpp | 56 LOG(INFO) << "get_user_info..."; in get_user_info() 77 LOG(INFO) << "write_public_keyfile..."; in write_public_keyfile() 81 LOG(ERROR) << "Failed to convert to public key"; in write_public_keyfile() 87 LOG(ERROR) << "Public key too large to base64 encode"; in write_public_keyfile() 109 LOG(INFO) << "generate_key(" << file << ")..."; in generate_key() 119 LOG(ERROR) << "Failed to allocate key"; in generate_key() 162 LOG(ERROR) << "failed to encode RSA public key"; in hash_key() 174 LOG(INFO) << "read_key_file '" << file << "'..."; in read_key_file() 184 LOG(ERROR) << "Failed to read key"; in read_key_file() 192 LOG(INFO) << "ignoring already-loaded key: " << file; in read_key_file() [all …]
|
/system/tpm/attestation/common/ |
D | crypto_utility_impl.cc | 85 LOG(ERROR) << __func__ << ": GetRandom failed."; in CreateSealedKey() 89 LOG(ERROR) << __func__ << ": Failed to seal cipher key."; in CreateSealedKey() 101 LOG(ERROR) << __func__ << ": GetRandom failed."; in EncryptData() 106 LOG(ERROR) << __func__ << ": AES encryption failed."; in EncryptData() 115 LOG(ERROR) << __func__ << ": Failed to serialize protobuf."; in EncryptData() 126 LOG(ERROR) << __func__ << ": Failed to parse protobuf."; in UnsealKey() 131 LOG(ERROR) << __func__ << ": Cannot unseal aes key."; in UnsealKey() 142 LOG(ERROR) << __func__ << ": Failed to parse protobuf."; in DecryptData() 148 LOG(ERROR) << __func__ << ": Corrupted data in encrypted pb."; in DecryptData() 153 LOG(ERROR) << __func__ << ": Corrupted data in encrypted pb."; in DecryptData() [all …]
|