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

  /external/openssl/crypto/bn/asm/
x86.pl 16 &bn_mul_add_words("bn_mul_add_words");
s390x.S 15 // BN_ULONG bn_mul_add_words(BN_ULONG *r2,BN_ULONG *r3,int r4,BN_ULONG r5);
16 .globl bn_mul_add_words
17 .type bn_mul_add_words,@function
19 bn_mul_add_words: label
88 .size bn_mul_add_words,.-bn_mul_add_words
bn-586.pl 14 &bn_mul_add_words("bn_mul_add_words");
24 sub bn_mul_add_words subroutine
pa-risc2.s 63 ; Note that the "w" argument for bn_mul_add_words and bn_mul_words
78 ; bn_mul_add_words
80 ;BN_ULONG bn_mul_add_words(BN_ULONG *r_ptr, BN_ULONG *a_ptr,
125 bn_mul_add_words label
126 .export bn_mul_add_words,entry,NO_RELOCATION,LONG_RETURN
    [all...]
pa-risc2W.s 70 ; bn_mul_add_words
72 ;BN_ULONG bn_mul_add_words(BN_ULONG *r_ptr, BN_ULONG *a_ptr,
117 bn_mul_add_words label
118 .export bn_mul_add_words,entry,NO_RELOCATION,LONG_RETURN
    [all...]
sparcv8.S 40 .global bn_mul_add_words
42 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
47 bn_mul_add_words: label
148 .type bn_mul_add_words,#function
149 .size bn_mul_add_words,(.-bn_mul_add_words)
sparcv8plus.S 170 .global bn_mul_add_words
172 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
177 bn_mul_add_words: label
267 .type bn_mul_add_words,#function
268 .size bn_mul_add_words,(.-bn_mul_add_words)
    [all...]
ia64.S 101 // v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
326 // this very instruction sequence in bn_mul_add_words loop which in
392 // BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
394 .global bn_mul_add_words#
395 .proc bn_mul_add_words#
398 bn_mul_add_words: label
455 .endp bn_mul_add_words#
584 // consumed by bn_mul_add_words called from BN_from_montgomery. In
591 // r[ 9]=bn_mul_add_words(&(r[1]),a,8,b[1]);
592 // r[10]=bn_mul_add_words(&(r[2]),a,8,b[2])
    [all...]
x86_64-gcc.c 109 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
ppc.pl 209 # bn_mul_add_words
253 .globl .bn_mul_add_words
    [all...]
mips3.s 67 LEAF(bn_mul_add_words)
193 END(bn_mul_add_words)
    [all...]
  /external/openssl/crypto/bn/asm/x86/
mul_add.pl 4 sub bn_mul_add_words subroutine
  /external/openssl/crypto/bn/
bn_asm.c 71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
146 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
966 r[5]=bn_mul_add_words(&(r[1]),a,4,b[1]);
967 r[6]=bn_mul_add_words(&(r[2]),a,4,b[2]);
968 r[7]=bn_mul_add_words(&(r[3]),a,4,b[3]);
974 r[ 9]=bn_mul_add_words(&(r[1]),a,8,b[1]);
975 r[10]=bn_mul_add_words(&(r[2]),a,8,b[2]);
976 r[11]=bn_mul_add_words(&(r[3]),a,8,b[3]);
977 r[12]=bn_mul_add_words(&(r[4]),a,8,b[4]);
978 r[13]=bn_mul_add_words(&(r[5]),a,8,b[5])
    [all...]
bn_mul.c 1138 rr[1]=bn_mul_add_words(&(r[1]),a,na,b[1]);
1140 rr[2]=bn_mul_add_words(&(r[2]),a,na,b[2]);
1142 rr[3]=bn_mul_add_words(&(r[3]),a,na,b[3]);
1144 rr[4]=bn_mul_add_words(&(r[4]),a,na,b[4]);
1161 bn_mul_add_words(&(r[1]),a,n,b[1]);
1163 bn_mul_add_words(&(r[2]),a,n,b[2]);
1165 bn_mul_add_words(&(r[3]),a,n,b[3]);
1167 bn_mul_add_words(&(r[4]),a,n,b[4]);
bn_sqr.c 182 rp[j]=bn_mul_add_words(rp,ap,j,ap[-1]);
bn_mont.c 226 v=bn_mul_add_words(rp,np,nl,(BN_ULONG) t1);
229 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
bn.h 765 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
    [all...]
  /external/openssl/include/openssl/
bn.h 765 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 739 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);

Completed in 100 milliseconds