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

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/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 */
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c191 * IE3264: MSB->LSB conversion, initial permutation, and expansion.
195 * 32 input bits, the IE3264 transformation table is half the size of
480 static C_block IE3264[32/CHUNKBITS][1<<CHUNKBITS]; variable
678 PERM3264(L,L0,L1,B.b, (C_block *)IE3264); /* even bits */
679 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */
841 init_perm(IE3264, perm, 4, 8);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c210 * IE3264: MSB->LSB conversion, initial permutation, and expansion.
214 * 32 input bits, the IE3264 transformation table is half the size of
510 // static C_block IE3264[32/CHUNKBITS][1<<CHUNKBITS];
511 static C_block *IE3264; variable
711 PERM3264(L,L0,L1,B.b,IE3264); /* even bits */
712 PERM3264(R,R0,R1,B.b+4,IE3264); /* odd bits */
868 IE3264 = (C_block *)calloc(sizeof(C_block), (32/CHUNKBITS) * (1<<CHUNKBITS));
869 init_perm(IE3264, perm, 4, 8);

Completed in 87 milliseconds