Searched defs:IE3264 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c196 * IE3264: MSB->LSB conversion, initial permutation, and expansion.
200 * 32 input bits, the IE3264 transformation table is half the size of
466 static C_block IE3264[32/CHUNKBITS][1<<CHUNKBITS]; variable
590 init_perm(IE3264, perm, 4, 8);
719 PERM3264(L,L0,L1,B.b, (C_block *)IE3264); /* even bits */
720 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */

Completed in 60 milliseconds