Home
last modified time | relevance | path

Searched refs:bn_sub_words (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dmul.c131 c = bn_sub_words(r, a, b, cl); in bn_sub_part_words()
396 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_mul_recursive()
534 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_mul_part_recursive()
727 bn_sub_words(t, a, &(a[n]), n); in bn_sqr_recursive()
729 bn_sub_words(t, &(a[n]), a, n); in bn_sqr_recursive()
752 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_sqr_recursive()
Dinternal.h219 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num); in OPENSSL_MSVC_PRAGMA()
Dmontgomery.c313 v = bn_sub_words(rp, ap, np, nl) - carry; in BN_from_montgomery_word()
Ddiv.c350 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) { in BN_div()
Dgeneric.c304 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_sub_words() function
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Dbn-586.pl22 &bn_sub_words("bn_sub_words");
500 sub bn_sub_words subroutine
Dx86_64-gcc.c217 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() function
/external/boringssl/linux-x86/crypto/fipsmodule/
Dbn-586.S807 .globl bn_sub_words symbol
808 .hidden bn_sub_words
809 .type bn_sub_words,@function
811 bn_sub_words: label
989 .size bn_sub_words,.-.L_bn_sub_words_begin