HomeSort by: relevance | last modified time | path
    Searched defs:IE3264 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcrypt/
crypt.c 182 * IE3264: MSB->LSB conversion, initial permutation, and expansion.
186 * 32 input bits, the IE3264 transformation table is half the size of
456 static C_block IE3264[32/CHUNKBITS][1<<CHUNKBITS];
777 PERM3264(L,L0,L1,B.b, (C_block *)IE3264); /* even bits */
778 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */
935 init_perm(IE3264, perm, 4, 8);
crypt.c 182 * IE3264: MSB->LSB conversion, initial permutation, and expansion.
186 * 32 input bits, the IE3264 transformation table is half the size of
456 static C_block IE3264[32/CHUNKBITS][1<<CHUNKBITS];
777 PERM3264(L,L0,L1,B.b, (C_block *)IE3264); /* even bits */
778 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */
935 init_perm(IE3264, perm, 4, 8);

Completed in 24 milliseconds