Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_dec.c183 #define iSboxExt2(x) (rotr(iSsm0[x], 16)) macro
207 ^ iSboxExt2((s2 >> 8) & 0xFF) in br_aes_big_decrypt()
211 ^ iSboxExt2((s3 >> 8) & 0xFF) in br_aes_big_decrypt()
215 ^ iSboxExt2((s0 >> 8) & 0xFF) in br_aes_big_decrypt()
219 ^ iSboxExt2((s1 >> 8) & 0xFF) in br_aes_big_decrypt()