Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dkseed.c139 static const ulong32 SS3[256] = { variable
185 #define G(x) (SS3[((x)>>24)&255] ^ SS2[((x)>>16)&255] ^ SS1[((x)>>8)&255] ^ SS0[(x)&255])

Completed in 2 milliseconds