Searched refs:response (Results 1 - 5 of 5) sorted by relevance

/system/core/fastboot/
H A Dprotocol.c44 unsigned data_okay, char *response)
70 if(response) {
71 strcpy(response, (char*) status + 4);
105 char *response)
110 if(response) {
111 response[0] = 0;
126 return check_response(usb, size, 0, response);
162 int fb_command_response(usb_handle *usb, const char *cmd, char *response) argument
164 return _command_send(usb, cmd, 0, 0, response);
43 check_response(usb_handle *usb, unsigned size, unsigned data_okay, char *response) argument
103 _command_send(usb_handle *usb, const char *cmd, const void *data, unsigned size, char *response) argument
H A Dfastboot.h36 int fb_command_response(usb_handle *usb, const char *cmd, char *response);
H A Dengine.c273 char response[FB_RESPONSE_SZ+1]; local
281 response[FB_RESPONSE_SZ] = '\0';
283 status = fb_command_response(usb, cmd, response);
297 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) {
307 "File system type %s not supported.\n", response);
311 response);
315 response[FB_RESPONSE_SZ] = '\0';
317 status = fb_command_response(usb, cmd, response);
328 image.partition_size = strtoll(response, (char **)NULL, 16);
/system/security/keystore/
H A Dkeystore.cpp479 ResponseCode response = writeMasterKey(pw); local
480 if (response != NO_ERROR) {
481 return response;
521 ResponseCode response = masterKeyBlob.decryptBlob(MASTER_KEY_FILE, &passwordAesKey); local
522 if (response == SYSTEM_ERROR) {
525 if (response == NO_ERROR && masterKeyBlob.getLength() == MASTER_KEY_SIZE_BYTES) {
531 response = writeMasterKey(pw);
533 if (response == NO_ERROR) {
537 return response;
932 * it will be treated as a response cod
1420 ResponseCode response = process(&keyStore, sock, cred.uid, request); local
[all...]
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp271 int response = -1; local

Completed in 58 milliseconds