/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | remote_keymaster.cpp | 38 auto response = channel_->ReceiveMessage(); in ForwardCommand() local 70 void RemoteKeymaster::GetVersion(const GetVersionRequest& request, GetVersionResponse* response) { in GetVersion() 75 SupportedAlgorithmsResponse* response) { in SupportedAlgorithms() 80 SupportedBlockModesResponse* response) { in SupportedBlockModes() 85 SupportedPaddingModesResponse* response) { in SupportedPaddingModes() 90 SupportedDigestsResponse* response) { in SupportedDigests() 95 SupportedImportFormatsResponse* response) { in SupportedImportFormats() 100 SupportedExportFormatsResponse* response) { in SupportedExportFormats() 105 AddEntropyResponse* response) { in AddRngEntropy() 109 void RemoteKeymaster::Configure(const ConfigureRequest& request, ConfigureResponse* response) { in Configure() [all …]
|
D | remote_keymaster4_device.cpp | 274 const GetHmacSharingParametersResponse response = impl_->GetHmacSharingParameters(); in getHmacSharingParameters() local 299 auto response = impl_->ComputeSharedHmac(request); in computeSharedHmac() local 323 auto response = impl_->VerifyAuthorization(request); in verifyAuthorization() local 342 AddEntropyResponse response; in addRngEntropy() local 353 GenerateKeyResponse response; in generateKey() local 375 GetKeyCharacteristicsResponse response; in getKeyCharacteristics() local 396 ImportKeyResponse response; in importKey() local 422 ImportWrappedKeyResponse response; in importWrappedKey() local 446 ExportKeyResponse response; in exportKey() local 464 AttestKeyResponse response; in attestKey() local [all …]
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | service_test.cpp | 104 void ReadCommandResponse(std::vector<std::string>& response) { in ReadCommandResponse() 156 inline bool IsFinalResponseSuccess(std::string response) { in IsFinalResponseSuccess() 167 inline bool IsFinalResponseError(std::string response) { in IsFinalResponseError() 178 inline bool IsIntermediateResponse(std::string response) { in IsIntermediateResponse() 190 std::vector<std::string> response; in openLogicalChannel() local 200 std::vector<std::string> response; in closeLogicalChannel() local 235 std::vector<std::string> response; in TEST_F() local 248 std::vector<std::string> response; in TEST_F() local 266 std::vector<std::string> response; in TEST_F() local 279 std::vector<std::string> response; in TEST_F() local [all …]
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 3003 void *response, size_t responseLen) { in responseIntOrEmpty() 3022 void *response, size_t responseLen) { in responseInt() 3038 void *response, size_t responseLen) { in getIccCardStatusResponse() 3088 void *response, size_t responseLen) { in supplyIccPinForAppResponse() 3110 void *response, size_t responseLen) { in supplyIccPukForAppResponse() 3131 void *response, size_t responseLen) { in supplyIccPin2ForAppResponse() 3152 void *response, size_t responseLen) { in supplyIccPuk2ForAppResponse() 3173 void *response, size_t responseLen) { in changeIccPinForAppResponse() 3194 void *response, size_t responseLen) { in changeIccPin2ForAppResponse() 3215 void *response, size_t responseLen) { in supplyNetworkDepersonalizationResponse() [all …]
|
D | RilSapSocket.cpp | 45 void *response, in sOnRequestComplete() 233 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, in onRequestComplete()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 3939 void *response, size_t responseLen) { in responseIntOrEmpty() 3958 void *response, size_t responseLen) { in responseInt() 3974 void *response, size_t responseLen) { in getIccCardStatusResponse() 4052 void *response, size_t responseLen) { in supplyIccPinForAppResponse() 4074 void *response, size_t responseLen) { in supplyIccPukForAppResponse() 4095 void *response, size_t responseLen) { in supplyIccPin2ForAppResponse() 4116 void *response, size_t responseLen) { in supplyIccPuk2ForAppResponse() 4137 void *response, size_t responseLen) { in changeIccPinForAppResponse() 4158 void *response, size_t responseLen) { in changeIccPin2ForAppResponse() 4179 void *response, size_t responseLen) { in supplyNetworkDepersonalizationResponse() [all …]
|
D | RilSapSocket.cpp | 45 void *response, in sOnRequestComplete() 233 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, in onRequestComplete()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 4110 void *response, size_t responseLen) { in responseIntOrEmpty() 4129 void *response, size_t responseLen) { in responseInt() 4145 void *response, size_t responseLen) { in getIccCardStatusResponse() 4226 void *response, size_t responseLen) { in supplyIccPinForAppResponse() 4248 void *response, size_t responseLen) { in supplyIccPukForAppResponse() 4269 void *response, size_t responseLen) { in supplyIccPin2ForAppResponse() 4290 void *response, size_t responseLen) { in supplyIccPuk2ForAppResponse() 4311 void *response, size_t responseLen) { in changeIccPinForAppResponse() 4332 void *response, size_t responseLen) { in changeIccPin2ForAppResponse() 4353 void *response, size_t responseLen) { in supplyNetworkDepersonalizationResponse() [all …]
|
D | ril_config.cpp | 309 RIL_Errno e, void *response, size_t responseLen) { in getSimSlotsStatusResponse() 346 RIL_Errno e, void *response, size_t responseLen) { in setSimSlotsMappingResponse() 365 RIL_Errno e, void *response, size_t responseLen) { in getPhoneCapabilityResponse() 399 RIL_Errno e, void *response, size_t responseLen) { in setPreferredDataModemResponse() 418 RIL_Errno e, void *response, size_t responseLen) { in setModemsConfigResponse() 437 RIL_Errno e, void *response, size_t responseLen) { in getModemsConfigResponse() 464 void *response, size_t responseLen) { in simSlotsStatusChanged()
|
D | RilSapSocket.cpp | 45 void *response, in sOnRequestComplete() 233 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, in onRequestComplete()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | main.cc | 320 auto response = cuttlefish::LauncherResponse::kSuccess; in ServerLoop() local 324 auto response = cuttlefish::LauncherResponse::kError; in ServerLoop() local 330 auto response = cuttlefish::LauncherResponse::kSuccess; in ServerLoop() local 338 auto response = cuttlefish::LauncherResponse::kError; in ServerLoop() local 344 auto response = cuttlefish::LauncherResponse::kError; in ServerLoop() local 348 auto response = cuttlefish::LauncherResponse::kSuccess; in ServerLoop() local 376 auto response = cuttlefish::LauncherResponse::kError; in ServerLoop() local
|
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | remote_gatekeeper.h | 77 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse *response) { in Send() 81 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse *response) { in Send()
|
D | remote_gatekeeper.cpp | 74 EnrollResponse response; in enroll() local 112 VerifyResponse response; in verify() local 149 GateKeeperMessage *response) { in Send()
|
/device/generic/goldfish/radio/librilutils/proto/ |
D | sap-api.proto | 142 required Response response = 1; field 193 required Response response = 2; field 212 required Response response = 1; field 232 required Response response = 1; field 249 required Response response = 1; field 278 required Response response = 1; field 305 required Response response = 1; field
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | gatekeeper_responder.cpp | 43 EnrollResponse response; in ProcessMessage() local 54 VerifyResponse response; in ProcessMessage() local
|
D | in_process_tpm.cpp | 59 uint8_t* response, in Receive() 97 TSS2_RC InProcessTpm::Receive(size_t* size, uint8_t* response, int32_t) { in Receive()
|
D | keymaster_responder.cpp | 97 AddEntropyResponse response; in ProcessMessage() local
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 55 for (auto& response : responses) { in SendCommandResponse() local 163 void ChannelMonitor::SendUnsolicitedCommand(std::string& response) { in SendUnsolicitedCommand() 173 void ChannelMonitor::SendRemoteCommand(cuttlefish::SharedFD client, std::string& response) { in SendRemoteCommand()
|
D | stk_service.cpp | 65 std::vector<std::string> response = {{"+CUSATD: 0,1"}, {"OK"}}; in HandleReportStkServiceIsRunning() local 102 std::vector<std::string> response = {{"+CUSATE: 0"}, {"OK"}}; in HandleSendEnvelope() local 160 std::vector<std::string> response = {{"+CUSATT: 0"}, {"OK"}}; in HandleSendTerminalResponseToSim() local
|
D | modem_service.cpp | 102 std::string response{"OK\r"}; in HandleCommandDefaultSupported() local 124 void ModemService::SendCommandToRemote(cuttlefish::SharedFD remote_client, std::string response) { in SendCommandToRemote()
|
/device/generic/goldfish/radio/ril/ |
D | reference-ril.c | 231 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument 378 static int parseSimResponseLine(char* line, RIL_SIM_IO_Response* response) { in parseSimResponseLine() 444 static void parseAuthResponse(char* line, RIL_SIM_IO_Response* response) { in parseAuthResponse() 674 RIL_Data_Call_Response_v11 *response = responses; in requestOrSendDataCallList() local 914 int response = 0; in requestQueryNetworkSelectionMode() local 1171 int response[maxNumOfElements]; local 1339 int response[4]; local 1379 int response; local 1440 int response[5]; local 1509 static int parseRegistrationState(char *str, int *type, int *items, int **response) [all …]
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 310 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument 489 static int parseSimResponseLine(char* line, RIL_SIM_IO_Response* response) { in parseSimResponseLine() 764 RIL_Data_Call_Response_v11 *response = responses; in requestOrSendDataCallList() local 961 int response = 0; in requestQueryNetworkSelectionMode() local 1218 int response[maxNumOfElements]; local 1413 int response[4]; local 1453 int response; local 1514 int response[5]; local 1583 static int parseRegistrationState(char *str, int *type, int *items, int **response) 1864 char *response[3]; local [all …]
|
/device/google/cuttlefish/host/commands/powerwash_cvd/ |
D | powerwash_cvd.cc | 100 cuttlefish::LauncherResponse response; in main() local
|
/device/google/cuttlefish/host/commands/cvd_status/ |
D | cvd_status.cc | 97 cuttlefish::LauncherResponse response; in main() local
|
/device/google/cuttlefish/host/commands/tpm_simulator_manager/ |
D | tpm_simulator_manager.cpp | 94 std::uint32_t response; in main() local
|