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

/ast/src/lib/libast/uwin/
H A Dcrypt.c215 * PC2ROT[0]: Inverse PC2 permutation, rotate, and PC2 permutation.
226 * PC2ROT[1]: Same as PC2ROT[0], but with two rotations.
227 * This is faster than applying PC2ROT[0] twice,
463 static C_block PC2ROT[2][64/CHUNKBITS][1<<CHUNKBITS]; variable
545 * PC2ROT - PC2 inverse, then Rotate (once or twice), then PC2.
566 init_perm(PC2ROT[j], perm, 8, 8);
669 ptabp = (C_block *)PC2ROT[Rotates[i]-1];

Completed in 18 milliseconds