Searched defs:tp4 (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/aes/
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1336 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
1338 m = tp4 & 0x80808080;
1339 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
1343 tpd = tp9 ^ tp4;
1344 tpe = tp8 ^ tp4 ^ tp2;
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
604 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
606 m = tp4 & 0x80808080;
607 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
611 tpd = tp9 ^ tp4;
612 tpe = tp8 ^ tp4 ^ tp2;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
913 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
915 m = tp4 & 0x80808080;
916 tp8 = ((tp4
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]

Completed in 59 milliseconds