Searched refs:msbit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dnfold.c62 int byte, i, msbit; local
91 /* compute the msbit in k which gets added into this byte */
92 msbit = (/* first, start with the msbit in the first, unrotated
104 byte += (((in[((inbits-1)-(msbit>>3))%inbits]<<8)|
105 (in[((inbits)-(msbit>>3))%inbits]))
106 >>((msbit&7)+1))&0xff;
113 printf("msbit[%d] = %d\tbyte = %02x\tsum = %03x\n", i, msbit,
114 (((in[((inbits-1)-(msbit>>
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c739 int byte, i, msbit; local
762 * Compute the msbit in k which gets added into this byte
763 * first, start with the msbit in the first, unrotated byte
768 msbit = (((inbits<<3)-1)
773 byte += (((in[((inbits-1)-(msbit>>3))%inbits]<<8)|
774 (in[((inbits)-(msbit>>3))%inbits]))
775 >>((msbit&7)+1))&0xff;

Completed in 50 milliseconds