Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto_tkip.c551 static const u16 Sbox[256] = { variable
588 u16 t = Sbox[Hi8(v)]; in _S_()
589 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl123 sub Sbox { subroutine
737 &Sbox (@b,@t);
748 &Sbox (@b,@t);
854 &Sbox (@XMM[0..7, 8..15]);
H A Dbsaes-armv7.pl79 sub Sbox { subroutine
890 &Sbox (@XMM[0..7, 8..15]);