HomeSort by relevance Sort by last modified time
    Searched full:tmpchar (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client_extension.c 69 char * tmpChar = NULL;
90 tmpChar = smcGetPropertyAsString(FILE_SYSTEM_FILE_NAME);
91 if ( tmpChar == NULL )
96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
97 sprintf(partitionNames[0], "%s", tmpChar);
100 tmpChar = smcGetPropertyAsString(KEYSTORE_SYSTEM_FILE_NAME);
101 if ( tmpChar == NULL )
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
107 sprintf(partitionNames[1], "%s", tmpChar);
110 tmpChar = smcGetPropertyAsString(KEYSTORE_USER_FILE_NAME)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client_extension.c 69 char * tmpChar = NULL;
90 tmpChar = smcGetPropertyAsString(FILE_SYSTEM_FILE_NAME);
91 if ( tmpChar == NULL )
96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
97 sprintf(partitionNames[0], "%s", tmpChar);
100 tmpChar = smcGetPropertyAsString(KEYSTORE_SYSTEM_FILE_NAME);
101 if ( tmpChar == NULL )
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
107 sprintf(partitionNames[1], "%s", tmpChar);
110 tmpChar = smcGetPropertyAsString(KEYSTORE_USER_FILE_NAME)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.cc     [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_security/src/
GeneratePassword.cc 349 char tmpchar; local
375 tmpchar = tmp_number[i];
377 tmp_number[ DmStrlen(tmp_number)-i-1] = tmpchar;
404 char tmpchar; local
416 tmpchar = (char)buf[i];
421 buf[j] = tmpchar;
434 char tmpchar; local
441 tmpchar = data[i];
442 output[2*i] = hexTable[ (tmpchar & 0x0F) ]; // Get low 4 bits
443 output[(2*i)+1] = hexTable[ ((tmpchar >> 4) & 0x0F ) ]; // Get high 4 bit
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/tool-src/servercred/src/
GeneratePassword.cc 372 char tmpchar; local
398 tmpchar = tmp_IMEI[i];
400 tmp_IMEI[ strlen(tmp_IMEI)-i-1] = tmpchar;
427 char tmpchar; local
439 tmpchar = (char)buf[i];
444 buf[j] = tmpchar;
457 char tmpChar;
465 tmpChar = data[i];
466 output[2*i] = hexTable[ (tmpChar & 0x0F) ]; // Get low 4 bits
467 output[(2*i)+1] = hexTable[ ((tmpChar >> 4) & 0x0F ) ]; // Get high 4 bit
    [all...]

Completed in 270 milliseconds