Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_dec.c55 static const uint32_t iSsm0[] = { variable
181 #define iSboxExt0(x) (iSsm0[x])
182 #define iSboxExt1(x) (rotr(iSsm0[x], 8))
183 #define iSboxExt2(x) (rotr(iSsm0[x], 16))
184 #define iSboxExt3(x) (rotr(iSsm0[x], 24))