Searched refs:bn_add_words (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/src/crypto/bn/
H A Dmul.c136 /* Here follows specialised variants of bn_add_words() and bn_sub_words(). They
411 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
418 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
425 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
548 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
555 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
562 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
705 bn_add_words(r, r, r, max);
711 bn_add_words(r, r, tmp, max);
766 c1 = (int)(bn_add_words(
[all...]
H A Dadd.c126 carry = bn_add_words(rp, ap, bp, min);
H A Dinternal.h202 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int num);
H A Ddiv.c349 if (bn_add_words(wnum.d, wnum.d, sdiv->d, div_n)) {
H A Dgeneric.c476 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function
517 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function
/external/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl18 &bn_add_words("bn_add_words");
423 sub bn_add_words subroutine
H A Dx86_64-gcc.c197 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
/external/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S625 .globl bn_add_words
626 .hidden bn_add_words
627 .type bn_add_words,@function
629 bn_add_words: label
807 .size bn_add_words,.-.L_bn_add_words_begin

Completed in 73 milliseconds