Home
last modified time | relevance | path

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

/lib/source/
A Daes_encrypt.c37 static const uint8_t sbox[256] = { variable
67 #define subbyte(a, o)((uint32_t)sbox[((a) >> (o))&0xff] << (o))
118 s[i] = sbox[s[i]]; in sub_bytes()

Completed in 4 milliseconds