Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/ciphers/
Dkseed.c35 static const ulong32 SS0[256] = { variable
186 #define G(x) (SS3[((x)>>24)&255] ^ SS2[((x)>>16)&255] ^ SS1[((x)>>8)&255] ^ SS0[(x)&255])