OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 19:07:35 UTC 2026