Searched defs:response (Results 1 – 13 of 13) sorted by relevance
/system/keymaster/ |
D | google_keymaster.cpp | 59 bool check_supported(keymaster_algorithm_t algorithm, SupportedResponse<T>* response) { in check_supported() 162 GenerateKeyResponse* response) { in GenerateKey() 175 GetKeyCharacteristicsResponse* response) { in GetKeyCharacteristics() 191 BeginOperationResponse* response) { in BeginOperation() 212 UpdateOperationResponse* response) { in UpdateOperation() 227 FinishOperationResponse* response) { in FinishOperation() 268 void GoogleKeymaster::ExportKey(const ExportKeyRequest& request, ExportKeyResponse* response) { in ExportKey() 286 void GoogleKeymaster::ImportKey(const ImportKeyRequest& request, ImportKeyResponse* response) { in ImportKey()
|
D | google_keymaster_test.cpp | 59 SupportedResponse<keymaster_algorithm_t> response; in TEST_F() local 72 SupportedResponse<keymaster_block_mode_t> response; in TEST_F() local 93 SupportedResponse<keymaster_padding_t> response; in TEST_F() local 117 SupportedResponse<keymaster_digest_t> response; in TEST_F() local 141 SupportedResponse<keymaster_key_format_t> response; in TEST_F() local 165 SupportedResponse<keymaster_key_format_t> response; in TEST_F() local 780 ExportKeyResponse response; in TEST_F() local 796 ExportKeyResponse response; in TEST_F() local 812 ExportKeyResponse response; in TEST_F() local 828 ExportKeyResponse response; in TEST_F() local [all …]
|
/system/core/fastboot/ |
D | protocol.c | 50 static int check_response(usb_handle *usb, unsigned int size, char *response) in check_response() 110 char *response) in _command_start() 163 char *response) in _command_send() 189 char *response) in _command_send_no_data() 199 int fb_command_response(usb_handle *usb, const char *cmd, char *response) in fb_command_response()
|
D | engine.c | 87 int fb_getvar(struct usb_handle *usb, char *response, const char *fmt, ...) in fb_getvar()
|
D | fastboot.c | 584 char response[FB_RESPONSE_SZ + 1]; in get_target_sparse_limit() local
|
/system/core/fastbootd/ |
D | vendor_trigger_default.c | 55 int trigger_oem_cmd(const char *arg, const char **response) { in trigger_oem_cmd()
|
D | protocol.c | 116 char response[64]; in fastboot_ack() local 142 char response[64]; in fastboot_data() local
|
D | commands.c | 386 const char *response = ""; in cmd_oem() local
|
/system/keymaster/include/keymaster/ |
D | google_keymaster.h | 69 void Rescope(const RescopeRequest& /* request */, RescopeResponse* response) { in Rescope()
|
/system/core/libutils/ |
D | Looper.cpp | 163 const Response& response = mResponses.itemAt(mResponseIndex++); in pollOnce() local 320 Response& response = mResponses.editItemAt(i); in pollInner() local 398 Response response; in pushResponse() local
|
/system/core/adb/ |
D | adb_auth_client.c | 173 char response[2]; in adb_auth_event() local
|
/system/security/keystore/ |
D | keystore.cpp | 770 ResponseCode response = writeMasterKey(pw, entropy); in initialize() local 824 ResponseCode response = masterKeyBlob.readBlob(mMasterKeyFile, &passwordAesKey, in readMasterKey() local
|
/system/netd/server/ |
D | RouteController.cpp | 199 } response; in sendNetlinkRequest() local
|