HomeSort by relevance Sort by last modified time
    Searched refs:bn_mul_words (Results 1 - 25 of 29) sorted by null

1 2

  /external/openssl/crypto/bn/asm/
x86.pl 17 &bn_mul_words("bn_mul_words");
s390x.S 90 // BN_ULONG bn_mul_words(BN_ULONG *r2,BN_ULONG *r3,int r4,BN_ULONG r5);
91 .globl bn_mul_words
92 .type bn_mul_words,@function
94 bn_mul_words: label
153 .size bn_mul_words,.-bn_mul_words
bn-586.pl 15 &bn_mul_words("bn_mul_words");
210 sub bn_mul_words subroutine
bn-586.S 287 .globl bn_mul_words
288 .type bn_mul_words,@function
290 bn_mul_words: label
469 .size bn_mul_words,.-.L_bn_mul_words_begin
bn-mips.S 145 .globl bn_mul_words
146 .ent bn_mul_words
147 bn_mul_words: label
153 .end bn_mul_words
    [all...]
pa-risc2.s 63 ; Note that the "w" argument for bn_mul_add_words and bn_mul_words
293 ;BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
300 bn_mul_words label
304 .EXPORT bn_mul_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
    [all...]
sparcv8.S 153 .global bn_mul_words
155 * BN_ULONG bn_mul_words(rp,ap,num,w)
160 bn_mul_words: label
242 .type bn_mul_words,#function
243 .size bn_mul_words,(.-bn_mul_words)
sparcv8plus.S 272 .global bn_mul_words
274 * BN_ULONG bn_mul_words(rp,ap,num,w)
279 bn_mul_words: label
357 .type bn_mul_words,#function
358 .size bn_mul_words,(.-bn_mul_words)
    [all...]
pa-risc2W.s 283 ;BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
290 bn_mul_words label
294 .EXPORT bn_mul_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
    [all...]
ia64.S 40 // original bn_mul_words spun at 5*n or 2.5 times slower than expected
278 // BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)
280 .global bn_mul_words#
281 .proc bn_mul_words#
284 bn_mul_words: label
387 .endp bn_mul_words#
590 // { r[ 8]=bn_mul_words( &(r[0]),a,8,b[0]);
    [all...]
mips.pl 272 .globl bn_mul_words
273 .ent bn_mul_words
274 bn_mul_words: label
280 .end bn_mul_words
    [all...]
x86_64-gcc.c 133 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
  /external/openssl/crypto/bn/asm/x86/
mul.pl 4 sub bn_mul_words subroutine
  /external/openssl/crypto/bn/
bn_word.c 227 ll=bn_mul_words(a->d,a->d,a->top,w);
bn_sqr.c 175 rp[j]=bn_mul_words(rp,ap,j,ap[-1]);
bn_asm.c 97 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
175 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
965 r[4]=bn_mul_words( &(r[0]),a,4,b[0]);
973 r[ 8]=bn_mul_words( &(r[0]),a,8,b[0]);
bn_div.c 406 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q);
bn_mul.c 1124 (void)bn_mul_words(r,a,na,0);
1128 rr[0]=bn_mul_words(r,a,na,b[0]);
1151 bn_mul_words(r,a,n,b[0]);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
mul.c 80 (void)bn_mul_words(r, a, na, 0);
83 rr[0] = bn_mul_words(r, a, na, b[0]);
110 bn_mul_words(r, a, n, b[0]);
691 rp[j] = bn_mul_words(rp, ap, j, ap[-1]);
805 ll = bn_mul_words(bn->d, bn->d, bn->top, w);
internal.h 189 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
div.c 332 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);
generic.c 285 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) { function
367 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) { function
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
bn-586.pl 15 &bn_mul_words("bn_mul_words");
210 sub bn_mul_words subroutine
x86_64-gcc.c 127 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) { function
  /external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
bn-586.S 192 .globl bn_mul_words
193 .hidden bn_mul_words
194 .type bn_mul_words,@function
196 bn_mul_words: label
347 .size bn_mul_words,.-.L_bn_mul_words_begin

Completed in 6865 milliseconds

1 2