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

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/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];
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c207 * PC1ROT: MSB->LSB, PC1 permutation, rotate, and PC2 permutation.
353 static unsigned char PC1[] = { /* permuted choice table 1 */ variable
365 static unsigned char Rotates[] = { /* PC1 rotation schedule */
773 * PC1ROT - bit reverse, then PC1, then Rotate, then PC2.
782 k = PC1[k];
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c226 * PC1ROT: MSB->LSB, PC1 permutation, rotate, and PC2 permutation.
379 static const unsigned char PC1[] = { /* permuted choice table 1 */ variable
391 static const unsigned char Rotates[] = { /* PC1 rotation schedule */
799 * PC1ROT - bit reverse, then PC1, then Rotate, then PC2.
806 k = PC1[k];

Completed in 97 milliseconds