Searched refs:SS3 (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Deuclen.c46 case SS3:
67 case SS3:
68 return (eucw3 + 1); /* include SS3 */
93 case SS3:
/osnet-11/usr/src/lib/libcurses/screen/
H A Dmbgetwidth.c71 } else if (c == SS3) {
87 } else if (c == SS3) {
H A Dwctomb.c67 *s++ = (char)SS3;
H A Dmbtowc.c61 } else if (c == SS3) {
H A Dcurshdr.h184 #define TYPE(x) ((x) == SS2 ? 1 : (x) == SS3 ? 2 : ISMBIT(x) ? 0 : 3)
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dseed.c206 static const u32 SS3[256] = {
296 *(keyout++) = SS0[t0.b0] ^ SS1[t0.b1] ^ SS2[t0.b2] ^ SS3[t0.b3];
297 *(keyout++) = SS0[t1.b0] ^ SS1[t1.b1] ^ SS2[t1.b2] ^ SS3[t1.b3];
333 t1.w = SS0[t1.b0] ^ SS1[t1.b1] ^ SS2[t1.b2] ^ SS3[t1.b3]; \
335 t0.w = SS0[t0.b0] ^ SS1[t0.b1] ^ SS2[t0.b2] ^ SS3[t0.b3]; \
337 t1.w = SS0[t1.b0] ^ SS1[t1.b1] ^ SS2[t1.b2] ^ SS3[t1.b3]; \
205 static const u32 SS3[256] = { variable
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dseed.c206 static const u32 SS3[256] = {
296 *(keyout++) = SS0[t0.b0] ^ SS1[t0.b1] ^ SS2[t0.b2] ^ SS3[t0.b3];
297 *(keyout++) = SS0[t1.b0] ^ SS1[t1.b1] ^ SS2[t1.b2] ^ SS3[t1.b3];
333 t1.w = SS0[t1.b0] ^ SS1[t1.b1] ^ SS2[t1.b2] ^ SS3[t1.b3]; \
335 t0.w = SS0[t0.b0] ^ SS1[t0.b1] ^ SS2[t0.b2] ^ SS3[t0.b3]; \
337 t1.w = SS0[t1.b0] ^ SS1[t1.b1] ^ SS2[t1.b2] ^ SS3[t1.b3]; \
205 static const u32 SS3[256] = { variable
/osnet-11/usr/src/lib/libgen/common/
H A Dreg_step.c545 (unsigned char)*p2 == SS3)
/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c453 } else if ((unsigned char)*prev_cs3 == SS3) {

Completed in 40 milliseconds