Searched refs:bn_mul_add_words (Results 1 - 7 of 7) sorted by relevance
/external/boringssl/src/crypto/bn/ |
H A D | 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]);
|
H A D | montgomery.c | 361 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2); 448 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
|
H A D | internal.h | 201 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
|
H A D | generic.c | 223 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function 303 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function
|
/external/boringssl/src/crypto/bn/asm/ |
H A D | bn-586.pl | 14 &bn_mul_add_words("bn_mul_add_words"); 24 sub bn_mul_add_words subroutine
|
H A D | 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/ |
H A D | 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 161 milliseconds