Home | History | Annotate | Download | only in common

Lines Matching refs:Message_Block

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;
386 context->Message_Block[context->Message_Block_Index++] = 0;
391 context->Message_Block[context->Message_Block_Index++] = 0x80;
394 context->Message_Block[context->Message_Block_Index++] = 0;
401 context->Message_Block[56] = context->Length_High >> 24;
402 context->Message_Block[57] = context->Length_High >> 16;
403 context->Message_Block[58] = context->Length_High >> 8;
404 context->Message_Block[59] = context->Length_High;
405 context->Message_Block[60] = context->Length_Low >> 24;
406 context->Message_Block[61] = context->Length_Low >> 16;
407 context->Message_Block[62] = context->Length_Low >> 8;
408 context->Message_Block[63] = context->Length_Low;