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

1 2

  /external/openssl/crypto/bn/asm/
x86.pl 21 &bn_sub_words("bn_sub_words");
s390x.S 275 // BN_ULONG bn_sub_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5);
276 .globl bn_sub_words
277 .type bn_sub_words,@function
279 bn_sub_words: label
327 .size bn_sub_words,.-bn_sub_words
bn-586.pl 19 &bn_sub_words("bn_sub_words");
495 sub bn_sub_words subroutine
bn-586.S 805 .globl bn_sub_words
806 .type bn_sub_words,@function
808 bn_sub_words: label
986 .size bn_sub_words,.-.L_bn_sub_words_begin
bn-mips.S 449 .globl bn_sub_words
450 .ent bn_sub_words
451 bn_sub_words: label
457 .end bn_sub_words
    [all...]
x86_64-gcc.c 210 BN_ULONG bn_sub_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n) function
234 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) function
sparcv8.S 437 .global bn_sub_words
439 * BN_ULONG bn_sub_words(rp,ap,bp,n)
443 bn_sub_words: label
522 .type bn_sub_words,#function
523 .size bn_sub_words,(.-bn_sub_words)
sparcv8plus.S 544 .global bn_sub_words
546 * BN_ULONG bn_sub_words(rp,ap,bp,n)
550 bn_sub_words: label
619 .type bn_sub_words,#function
620 .size bn_sub_words,(.-bn_sub_words)
    [all...]
pa-risc2.s 651 ;BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
664 bn_sub_words label
667 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
    [all...]
pa-risc2W.s 640 ;BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
653 bn_sub_words label
656 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 441 carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP);
451 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
576 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
578 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
585 u.f = bn_sub_words;
588 carry = (int)bn_sub_words(r_d,r_d,_nist_p_224[carry-1],BN_NIST_224_TOP);
603 u.p = ((PTR_SIZE_INT)bn_sub_words&mask) |
783 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
786 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
789 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP)
    [all...]
bn_mul.c 71 bn_sub_words(). They have the property performing operations on
87 c = bn_sub_words(r, a, b, cl);
512 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
688 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
777 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
778 bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n);
784 bn_sub_words(&(r[0]),&(a[n]),&(a[0]),n);
785 bn_sub_words(&(r[n]),&(b[n]),&(b[0]),n);
794 bn_sub_words(&(r[0]),&(a[0]),&(a[n]),n);
795 bn_sub_words(&(r[n]),&(b[0]),&(b[n]),n)
    [all...]
bn_sqr.c 243 bn_sub_words(t,a,&(a[n]),n);
245 bn_sub_words(t,&(a[n]),a,n);
267 c1-=(int)(bn_sub_words(&(t[n2]),t,&(t[n2]),n2));
bn_div.c 301 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
410 * BN_ULONG arrays with bn_sub_words */
411 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n+1))
bn_mont.c 245 v=bn_sub_words(rp,ap,np,nl)-carry;
269 if (bn_sub_words (rp,ap,np,nl)-carry)
bn_add.c 216 carry=bn_sub_words(rp,ap,bp,min);
bn_asm.c 393 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
923 c0 = bn_sub_words(rp,tp,np,num);
1012 c0 = bn_sub_words(rp,tp,np,num);
  /external/openssl/crypto/bn/asm/x86/
sub.pl 4 sub bn_sub_words subroutine
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
mul.c 135 /* Here follows specialised variants of bn_add_words() and bn_sub_words(). They
150 c = bn_sub_words(r, a, b, cl);
412 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
549 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
741 bn_sub_words(t, a, &(a[n]), n);
743 bn_sub_words(t, &(a[n]), a, n);
766 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
div.c 236 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
336 * BN_ULONG arrays with bn_sub_words */
337 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) {
montgomery.c 390 v = bn_sub_words(rp, ap, np, nl) - carry;
475 v=bn_sub_words(rp,ap,np,nl)-carry;
internal.h 193 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
bn-586.pl 19 &bn_sub_words("bn_sub_words");
495 sub bn_sub_words subroutine
x86_64-gcc.c 212 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
239 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) { function
  /external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
bn-586.S 663 .globl bn_sub_words
664 .hidden bn_sub_words
665 .type bn_sub_words,@function
667 bn_sub_words: label
845 .size bn_sub_words,.-.L_bn_sub_words_begin

Completed in 164 milliseconds

1 2