Lines Matching defs:byte
333 /* 4 byte length prepended to all RCMD msgs */
337 /* RCMD V2 mode adds an additional 4 byte plaintext length */
739 int byte, i, msbit;
759 byte = 0;
762 * Compute the msbit in k which gets added into this byte
763 * first, start with the msbit in the first, unrotated byte
764 * then, for each byte, shift to the right for each repetition
765 * last, pick out the correct byte within that shifted repetition
772 /* pull out the byte value itself */
773 byte += (((in[((inbits-1)-(msbit>>3))%inbits]<<8)|
778 byte += out[i%outbits];
779 out[i%outbits] = byte&0xff;
781 byte >>= 8;
785 if (byte) {
788 byte += out[i];
789 out[i] = byte&0xff;
792 byte >>= 8;
2252 * only works on 8 byte chunks.
2928 * RCMDS require a 4 byte, clear text
3399 * use a 4 byte length field to indicate the # of
3414 * an 8 byte boundary. We only want the application
3654 * look at the 4 byte plaintext length that
3744 * they contain a 4 byte plaintext length