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

  /external/boringssl/src/crypto/bn/
mul.c 91 rr[1] = bn_mul_add_words(&(r[1]), a, na, b[1]);
95 rr[2] = bn_mul_add_words(&(r[2]), a, na, b[2]);
99 rr[3] = bn_mul_add_words(&(r[3]), a, na, b[3]);
103 rr[4] = bn_mul_add_words(&(r[4]), a, na, b[4]);
117 bn_mul_add_words(&(r[1]), a, n, b[1]);
121 bn_mul_add_words(&(r[2]), a, n, b[2]);
125 bn_mul_add_words(&(r[3]), a, n, b[3]);
129 bn_mul_add_words(&(r[4]), a, n, b[4]);
701 rp[j] = bn_mul_add_words(rp, ap, j, ap[-1]);
montgomery.c 365 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
452 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
internal.h 198 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
generic.c 229 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
309 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
  /external/boringssl/src/crypto/bn/asm/
bn-586.pl 14 &bn_mul_add_words("bn_mul_add_words");
24 sub bn_mul_add_words subroutine
x86_64-gcc.c 99 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
  /external/boringssl/linux-x86/crypto/bn/
bn-586.S 4 .globl bn_mul_add_words
5 .hidden bn_mul_add_words
6 .type bn_mul_add_words,@function
8 bn_mul_add_words: label
287 .size bn_mul_add_words,.-.L_bn_mul_add_words_begin

Completed in 35 milliseconds