Searched refs:bn_mul_words (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | mul.c | 81 (void)bn_mul_words(r, a, na, 0); in bn_mul_normal() 84 rr[0] = bn_mul_words(r, a, na, b[0]); in bn_mul_normal() 111 bn_mul_words(r, a, n, b[0]); in bn_mul_low_normal() 694 rp[j] = bn_mul_words(rp, ap, j, ap[-1]); in bn_sqr_normal() 808 ll = bn_mul_words(bn->d, bn->d, bn->top, w); in BN_mul_word()
|
D | internal.h | 199 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
|
D | div.c | 337 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in BN_div()
|
D | generic.c | 258 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) { in bn_mul_words() function 340 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) { in bn_mul_words() function
|
/external/boringssl/src/crypto/bn/asm/ |
D | bn-586.pl | 15 &bn_mul_words("bn_mul_words"); 210 sub bn_mul_words subroutine
|
D | x86_64-gcc.c | 132 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) { in bn_mul_words() function
|
/external/boringssl/linux-x86/crypto/bn/ |
D | bn-586.S | 288 .globl bn_mul_words symbol 289 .hidden bn_mul_words 290 .type bn_mul_words,@function 292 bn_mul_words: label 470 .size bn_mul_words,.-.L_bn_mul_words_begin
|