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

  /external/libvncserver/common/
sha1.c 149 context->Message_Block[i] = 0;
211 context->Message_Block[context->Message_Block_Index++] =
241 * stored in the Message_Block array.
274 W[t] = context->Message_Block[t * 4] << 24;
275 W[t] |= context->Message_Block[t * 4 + 1] << 16;
276 W[t] |= context->Message_Block[t * 4 + 2] << 8;
277 W[t] |= context->Message_Block[t * 4 + 3];
351 * according to those rules by filling the Message_Block array
376 context->Message_Block[context->Message_Block_Index++] = 0x80;
379 context->Message_Block[context->Message_Block_Index++] = 0
    [all...]
sha1.h 85 uint8_t Message_Block[64]; /* 512-bit message blocks */

Completed in 38 milliseconds