HomeSort by relevance Sort by last modified time
    Searched full:montmul (Results 1 - 18 of 18) sorted by null

  /external/llvm/test/MC/X86/
padlock.s 53 rep montmul
56 // CHECK: montmul
  /bootable/bootloader/legacy/libc/
rsa.c 57 static void montMul(RSAPublicKey key,
90 montMul(key, aR, a, key->rr); // aR = a * RR / R mod M
92 montMul(key, aaR, aR, aR); // aaR = aR * aR / R mod M
93 montMul(key, aR, aaR, aaR); // aR = aaR * aaR / R mod M
95 montMul(key, aaa, aR, a); // aaa = aR * a / R mod M
  /system/core/libmincrypt/
rsa.c 79 static void montMul(const RSAPublicKey *key,
113 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
114 montMul(key, aaR, aR, aR); /* aaR = aR * aR / R mod M */
115 montMul(key, aaa, aaR, a); /* aaa = aaR * a / R mod M */
  /external/openssl/crypto/bn/asm/
via-mont.pl 10 # Wrapper around 'rep montmul', VIA-specific instruction accessing
21 # utilizes the magic 'repz montmul' instruction. And finally "hardware
22 # this" refers to *this* implementation which also uses 'repz montmul'
75 # - 'rep montmul' gives up to >3x performance improvement depending on
187 &data_byte(0xf3,0x0f,0xa6,0xc0);# rep montmul
  /external/llvm/lib/Target/X86/
X86InstrSystem.td 445 def MONTMUL : I<0xc0, RawFrm, (outs), (ins), "montmul", []>, A6;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-objdump 
i686-linux-as 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
objdump 
as 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-objdump 
i686-linux-as 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
objdump 
as 
  /external/qemu/
i386-dis.c     [all...]
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/bin/
i686-android-linux-as 
i686-android-linux-objdump 
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/i686-android-linux/bin/
as 
objdump 

Completed in 341 milliseconds