Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_dec.c184 #define iSboxExt3(x) (rotr(iSsm0[x], 24)) macro
208 ^ iSboxExt3(s1 & 0xFF); in br_aes_big_decrypt()
212 ^ iSboxExt3(s2 & 0xFF); in br_aes_big_decrypt()
216 ^ iSboxExt3(s3 & 0xFF); in br_aes_big_decrypt()
220 ^ iSboxExt3(s0 & 0xFF); in br_aes_big_decrypt()