Searched refs:Te4 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drijndael-alg-fst.c46 Te4[x] = S [x].[01, 01, 01, 01];
320 static const uint32_t Te4[256] = { variable
750 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
751 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
752 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
753 (Te4[(temp >> 24) ] & 0x000000ff) ^
770 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
771 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
772 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
773 (Te4[(tem
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Drijndael.c42 Te4[x] = S [x].[01, 01, 01, 01];
316 static const u32 Te4[256] = { variable
739 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
740 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
741 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
742 (Te4[(temp >> 24) ] & 0x000000ff) ^
759 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
760 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
761 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
762 (Te4[(tem
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.c38 Te4[x] = S [x].[01, 01, 01, 01];
312 static const u32 Te4[256] = { variable
752 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
753 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
754 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
755 (Te4[(temp >> 24) ] & 0x000000ff) ^
772 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
773 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
774 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
775 (Te4[(tem
[all...]

Completed in 137 milliseconds