HomeSort by relevance Sort by last modified time
    Searched refs:x7f7f7f7f (Results 1 - 9 of 9) sorted by null

  /external/openssl/crypto/aes/
aes_x86core.c 601 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
604 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
607 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
698 r2 = ((r0 & 0x7f7f7f7f) << 1) ^
764 r2 = ((r0 & 0x7f7f7f7f) << 1) ^
    [all...]
aes_core.c     [all...]
  /external/skia/gm/
gradients.cpp 239 const SkColor colors[] = { 0x7f7f7f7f, 0x7f7f7f7f, 0xb2000000 };
  /external/openssl/crypto/aes/asm/
aes-mips.pl 1095 my ($m,$x80808080,$x7f7f7f7f,$x1b1b1b1b)=($at,$t0,$t1,$t2);
1164 nor $x7f7f7f7f,$zero,$x80808080
1169 and $tp2,$tp1,$x7f7f7f7f
1177 and $tp4,$tp2,$x7f7f7f7f
1185 and $tp8,$tp4,$x7f7f7f7f
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 232 private static final int m2 = 0x7f7f7f7f;
AESFastEngine.java     [all...]
  /external/qemu/target-arm/
neon_helper.c 1030 op1 = (op1 >> 1) & 0x7f7f7f7f;
1060 op1 = (op1 >> 1) & 0x7f7f7f7f;
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
AES.java     [all...]
  /external/srtp/crypto/cipher/
aes.c     [all...]

Completed in 122 milliseconds