Searched defs:shifts (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/des/
H A Ddesdata.h76 * Sequence of shifts used for the key schedule.
78 const char shifts[] = { variable
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c267 * Sequence of shifts used for the key schedule.
269 static const char shifts[] = { variable
463 for (k=0; k<shifts[i]; k++) {
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c99 * Sequence of shifts used for the key schedule.
101 static char shifts[] = {1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 1, }; variable
179 for (k = 0; k < shifts[i]; k++) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c89 * Sequence of shifts used for the key schedule.
91 static char shifts[] = { variable
194 for (k=0; k<shifts[i]; k++) {
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c992 Int32 shifts = 0; local
994 while ((bbSize >> shifts) > 65534) shifts++;
998 UInt16 qVal = (UInt16)(j >> shifts);
1003 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
/illumos-gate/usr/src/uts/common/os/
H A Dipc.c477 int shifts = 0; local
483 shifts += 3;
486 shifts += 3;
489 mode &= ~(p->ipc_mode << shifts);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c859 static const char shifts[] = { variable
939 for (k = 0; k < shifts[i]; k++) {
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c6068 int shifts = 0; local
6071 shifts += 3;
6073 shifts += 3;
6076 mode &= ~(perm << shifts);

Completed in 93 milliseconds