HomeSort by relevance Sort by last modified time
    Searched defs:out_bytes (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/remoting/protocol/
auth_util.cc 60 unsigned char out_bytes[kAuthDigestLength]; local
61 if (!response.Sign(shared_secret, out_bytes, kAuthDigestLength)) {
66 return std::string(out_bytes, out_bytes + kAuthDigestLength);
authentication_method.cc 67 unsigned char out_bytes[kSharedSecretHashLength]; local
68 if (!response.Sign(shared_secret, out_bytes, sizeof(out_bytes))) {
72 return std::string(out_bytes, out_bytes + sizeof(out_bytes));
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
chachatest.c 155 unsigned char *expected, *out_bytes, *zero_bytes, *out, *zeros; local
169 out_bytes = malloc(len+16);
172 out = misalign(out_bytes);
205 free(out_bytes);
  /external/qemu/slirp/
if.h 47 u_int out_bytes; /* Output bytes */ member in struct:slirp_ifstats
  /external/qemu/slirp-android/
if.h 47 u_int out_bytes; /* Output bytes */ member in struct:slirp_ifstats
  /system/extras/sound/
playwav.c 32 uint32_t out_bytes; member in struct:msm_audio_stats
83 fprintf(stderr,"%10d\n", stats.out_bytes);
  /external/chromium_org/ipc/
ipc_channel_posix.cc 387 const char* out_bytes = reinterpret_cast<const char*>(msg->data()) + local
391 struct iovec iov = {const_cast<char*>(out_bytes), amt_to_write};
456 bytes_written = HANDLE_EINTR(write(pipe_, out_bytes, amt_to_write));
    [all...]
  /system/core/adb/
sysdeps_win32.c 47 DWORD out_bytes; local
49 if ( !ReadFile( file, data, file_size, &out_bytes, NULL ) ||
50 out_bytes != file_size )
    [all...]

Completed in 139 milliseconds