HomeSort by relevance Sort by last modified time
    Searched refs:buf_perm (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
passwd.c 377 unsigned char buf_perm[sizeof buf]; local
383 buf_perm[dest] = buf[source];
384 buf_perm[14] = buf[5];
385 buf_perm[15] = buf[11];
387 assert(16 == sizeof buf_perm);
397 *output++ = cov_2char[buf_perm[i+2] & 0x3f];
398 *output++ = cov_2char[((buf_perm[i+1] & 0xf) << 2) |
399 (buf_perm[i+2] >> 6)];
400 *output++ = cov_2char[((buf_perm[i] & 3) << 4) |
401 (buf_perm[i+1] >> 4)]
    [all...]
  /external/openssl/apps/
passwd.c 377 unsigned char buf_perm[sizeof buf]; local
383 buf_perm[dest] = buf[source];
384 buf_perm[14] = buf[5];
385 buf_perm[15] = buf[11];
387 assert(16 == sizeof buf_perm);
397 *output++ = cov_2char[buf_perm[i+2] & 0x3f];
398 *output++ = cov_2char[((buf_perm[i+1] & 0xf) << 2) |
399 (buf_perm[i+2] >> 6)];
400 *output++ = cov_2char[((buf_perm[i] & 3) << 4) |
401 (buf_perm[i+1] >> 4)]
    [all...]

Completed in 91 milliseconds