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

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c212 * PC1ROT: MSB->LSB, PC1 permutation, rotate, and PC2 permutation.
355 static unsigned char PC1[] = { /* permuted choice table 1 */ variable
367 static unsigned char Rotates[] = { /* PC1 rotation schedule */
522 * PC1ROT - bit reverse, then PC1, then Rotate, then PC2.
531 k = PC1[k];

Completed in 61 milliseconds