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

  /external/boringssl/src/crypto/bn/
mul.c 136 /* Here follows specialised variants of bn_add_words() and bn_sub_words(). They
151 c = bn_sub_words(r, a, b, cl);
415 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
552 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
744 bn_sub_words(t, a, &(a[n]), n);
746 bn_sub_words(t, &(a[n]), a, n);
769 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);
341 * BN_ULONG arrays with bn_sub_words */
342 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) {
montgomery.c 385 v = bn_sub_words(rp, ap, np, nl) - carry;
470 v=bn_sub_words(rp,ap,np,nl)-carry;
internal.h 203 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
generic.c 574 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function
1114 c0 = bn_sub_words(rp, tp, np, num);
  /external/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 224 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
252 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) { function
  /external/boringssl/linux-x86/crypto/bn/
bn-586.S 808 .globl bn_sub_words
809 .hidden bn_sub_words
810 .type bn_sub_words,@function
812 bn_sub_words: label
990 .size bn_sub_words,.-.L_bn_sub_words_begin

Completed in 276 milliseconds