Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_dec.c182 #define iSboxExt1(x) (rotr(iSsm0[x], 8)) macro
206 ^ iSboxExt1((s3 >> 16) & 0xFF) in br_aes_big_decrypt()
210 ^ iSboxExt1((s0 >> 16) & 0xFF) in br_aes_big_decrypt()
214 ^ iSboxExt1((s1 >> 16) & 0xFF) in br_aes_big_decrypt()
218 ^ iSboxExt1((s2 >> 16) & 0xFF) in br_aes_big_decrypt()