Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_dec.c181 #define iSboxExt0(x) (iSsm0[x]) macro
205 uint32_t v0 = iSboxExt0(s0 >> 24) in br_aes_big_decrypt()
209 uint32_t v1 = iSboxExt0(s1 >> 24) in br_aes_big_decrypt()
213 uint32_t v2 = iSboxExt0(s2 >> 24) in br_aes_big_decrypt()
217 uint32_t v3 = iSboxExt0(s3 >> 24) in br_aes_big_decrypt()