bytes             206 include/portability.h   unsigned char bytes[8]; /**< as 8 individual bytes */
bytes             112 lib/gnu/md5.c    uint32_t bytes = ctx->buflen;
bytes             113 lib/gnu/md5.c    size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4;
bytes             116 lib/gnu/md5.c    ctx->total[0] += bytes;
bytes             117 lib/gnu/md5.c    if (ctx->total[0] < bytes)
bytes             124 lib/gnu/md5.c    memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes);