Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dmul.c86 (void)bn_mul_words(r, a, na, 0); in bn_mul_normal()
89 rr[0] = bn_mul_words(r, a, na, b[0]); in bn_mul_normal()
677 rp[j] = bn_mul_words(rp, ap, j, ap[-1]); in bn_sqr_normal()
791 ll = bn_mul_words(bn->d, bn->d, bn->top, w); in BN_mul_word()
Dinternal.h216 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w); in OPENSSL_MSVC_PRAGMA()
Ddiv.c345 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in BN_div()
Dgeneric.c156 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/fipsmodule/bn/asm/
Dbn-586.pl18 &bn_mul_words("bn_mul_words");
215 sub bn_mul_words subroutine
Dx86_64-gcc.c133 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/fipsmodule/
Dbn-586.S287 .globl bn_mul_words symbol
288 .hidden bn_mul_words
289 .type bn_mul_words,@function
291 bn_mul_words: label
469 .size bn_mul_words,.-.L_bn_mul_words_begin