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

  /src/lib/libcrypt/
crypt.c 206 * rotates the code, and then applies PC2. Unfortunately, PC2
359 static const unsigned char Rotates[] = {/* PC1 rotation schedule */
725 ptabp = (C_block *)PC2ROT[Rotates[i]-1];
874 k += Rotates[0]-1;
875 if ((k%28) < Rotates[0]) k -= 28;
crypt.c 206 * rotates the code, and then applies PC2. Unfortunately, PC2
359 static const unsigned char Rotates[] = {/* PC1 rotation schedule */
725 ptabp = (C_block *)PC2ROT[Rotates[i]-1];
874 k += Rotates[0]-1;
875 if ((k%28) < Rotates[0]) k -= 28;

Completed in 36 milliseconds