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

  /external/openssl/crypto/aes/
aes_x86core.c 602 ((m - (m >> 7)) & 0x1b1b1b1b);
605 ((m - (m >> 7)) & 0x1b1b1b1b);
608 ((m - (m >> 7)) & 0x1b1b1b1b);
699 ((r1 - (r1 >> 7)) & 0x1b1b1b1b);
765 ((r1 - (r1 >> 7)) & 0x1b1b1b1b);
    [all...]
aes_core.c     [all...]
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 449 and \$0x1b1b1b1b,$acc
482 and \$0x1b1b1b1b,$acc0
483 and \$0x1b1b1b1b,$acc1
518 and \$0x1b1b1b1b,$acc0
519 and \$0x1b1b1b1b,$acc1
1514 and \$0x1b1b1b1b,$acc
1524 and \$0x1b1b1b1b,$acc
1536 and \$0x1b1b1b1b,$acc
    [all...]
aes-586.pl 486 &and ($acc,0x1b1b1b1b);
702 &mov ($s0,0x1b1b1b1b); # magic constant
    [all...]
aes-mips.pl 1095 my ($m,$x80808080,$x7f7f7f7f,$x1b1b1b1b)=($at,$t0,$t1,$t2);
1163 lui $x1b1b1b1b,0x1b1b
1165 or $x1b1b1b1b,0x1b1b
1173 and $m,$x1b1b1b1b
1181 and $m,$x1b1b1b1b
1189 and $m,$x1b1b1b1b
    [all...]
  /external/libvpx/vp8/common/arm/neon/
mbloopfilter_neon.asm 516 DCD 0x1b1b1b1b, 0x1b1b1b1b
  /external/srtp/crypto/cipher/
aes.c     [all...]

Completed in 88 milliseconds