Searched refs:PC1ROT (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.
460 static C_block PC1ROT[64/CHUNKBITS][1<<CHUNKBITS]; variable
522 * PC1ROT - bit reverse, then PC1, then Rotate, then PC2.
542 init_perm(PC1ROT, perm, 8, 8);
663 PERM6464(K,K0,K1,(unsigned char *)key,(C_block *)PC1ROT);
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c207 * PC1ROT: MSB->LSB, PC1 permutation, rotate, and PC2 permutation.
474 static C_block PC1ROT[64/CHUNKBITS][1<<CHUNKBITS]; variable
616 PERM6464(K,K0,K1,(unsigned char *)key,(C_block *)PC1ROT);
773 * PC1ROT - bit reverse, then PC1, then Rotate, then PC2.
793 init_perm(PC1ROT, perm, 8, 8);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c226 * PC1ROT: MSB->LSB, PC1 permutation, rotate, and PC2 permutation.
502 // static C_block PC1ROT[64/CHUNKBITS][1<<CHUNKBITS];
503 static C_block *PC1ROT; variable
648 PERM6464(K,K0,K1,(unsigned char *)key,PC1ROT);
799 * PC1ROT - bit reverse, then PC1, then Rotate, then PC2.
817 PC1ROT = (C_block *)calloc(sizeof(C_block), (64/CHUNKBITS) * (1<<CHUNKBITS));
820 init_perm(PC1ROT, perm, 8, 8);

Completed in 143 milliseconds