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/
A Dsober128tab.c106 static const ulong32 Sbox[256] = { variable
A Dsober128_stream.c72 t ^= Sbox[(t >> 24) & 0xFF]; \
75 t ^= Sbox[(t >> 24) & 0xFF]; \

Completed in 6 milliseconds