Home
last modified time | relevance | path

Searched refs:ROTORSIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libsldap/common/
H A Dns_crypt.c43 static char t1[ROTORSIZE];
44 static char t2[ROTORSIZE];
45 static char t3[ROTORSIZE];
133 for (i = 0; i < ROTORSIZE; i++) { in c_setup()
137 for (i = 0; i < ROTORSIZE; i++) { in c_setup()
140 k = ROTORSIZE-1 - i; in c_setup()
152 for (i = 0; i < ROTORSIZE; i++) in c_setup()
175 if (n1 == ROTORSIZE) { in modvalue()
178 if (n2 == ROTORSIZE) n2 = 0; in modvalue()
H A Dns_internal.h55 #define ROTORSIZE 256 macro