Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/stream/sober128/
H A Dsober128tab.c99 static const ulong32 Sbox[256] = { variable
H A Dsober128_stream.c65 t ^= Sbox[(t >> 24) & 0xFF]; \
68 t ^= Sbox[(t >> 24) & 0xFF]; \