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

  /external/openssl/crypto/bn/
bn_exp.c 685 void bn_mul_mont_gather5(BN_ULONG *rp,const BN_ULONG *ap,
709 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1);
722 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1);
732 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1);
739 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1);
761 bn_mul_mont_gather5(tmp.d,tmp.d,powerbuf,np,n0,top,wvalue);
  /external/openssl/crypto/bn/asm/
x86_64-mont5.pl 33 # int bn_mul_mont_gather5(
55 .globl bn_mul_mont_gather5
56 .type bn_mul_mont_gather5,\@function,6
58 bn_mul_mont_gather5: label
339 .size bn_mul_mont_gather5,.-bn_mul_mont_gather5

Completed in 98 milliseconds