Home
last modified time | relevance | path

Searched refs:bn_mul_words (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/bn/
Dmul.c81 (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()
Dinternal.h199 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
Ddiv.c337 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in BN_div()
Dgeneric.c258 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/
Dbn-586.pl15 &bn_mul_words("bn_mul_words");
210 sub bn_mul_words subroutine
Dx86_64-gcc.c132 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/
Dbn-586.S288 .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