Symbol: bn_add_words
crypto/libressl/crypto/bn/bn_add.c
127
carry = bn_add_words(rp, ap, bp, min);
crypto/libressl/crypto/bn/bn_div.c
350
if (bn_add_words(wnum.d, wnum.d, sdiv->d, div_n))
crypto/libressl/crypto/bn/bn_lcl.h
629
BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, int num);
crypto/libressl/crypto/bn/bn_mul.c
238
c = bn_add_words(r, a, b, cl);
crypto/libressl/crypto/bn/bn_mul.c
544
c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
crypto/libressl/crypto/bn/bn_mul.c
551
c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
crypto/libressl/crypto/bn/bn_mul.c
559
c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
crypto/libressl/crypto/bn/bn_mul.c
705
c1 = (int)(bn_add_words(t, r,&(r[n2]), n2));
crypto/libressl/crypto/bn/bn_mul.c
712
c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
crypto/libressl/crypto/bn/bn_mul.c
720
c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
crypto/libressl/crypto/bn/bn_mul.c
755
bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
crypto/libressl/crypto/bn/bn_mul.c
757
bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
crypto/libressl/crypto/bn/bn_mul.c
761
bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
crypto/libressl/crypto/bn/bn_mul.c
762
bn_add_words(&(r[n]), &(r[n]), &(t[n]), n);
crypto/libressl/crypto/bn/bn_mul.c
843
c1 = (int)(bn_add_words(lp, &(r[0]), &(l[0]), n));
crypto/libressl/crypto/bn/bn_mul.c
852
bn_add_words(&(t[n2]), lp, &(t[0]), n);
crypto/libressl/crypto/bn/bn_mul.c
880
c1 = (int)(bn_add_words(lp, &(t[n2 + n]), &(l[0]), n));
crypto/libressl/crypto/bn/bn_mul.c
885
c1 += (int)(bn_add_words(&(t[n2]), lp, &(r[0]), n));
crypto/libressl/crypto/bn/bn_mul.c
889
c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), &(t[0]), n));
crypto/libressl/crypto/bn/bn_mul.c
891
c2 = (int)(bn_add_words(&(r[0]), &(r[0]), &(t[n2 + n]), n));
crypto/libressl/crypto/bn/bn_mul.c
892
c2 += (int)(bn_add_words(&(r[0]), &(r[0]), &(r[n]), n));
crypto/libressl/crypto/bn/bn_mul.c
896
c2 += (int)(bn_add_words(&(r[0]), &(r[0]), &(t[n]), n));
crypto/libressl/crypto/bn/bn_nist.c
1222
carry = (int)bn_add_words(r_d + (128 / BN_BITS2),
crypto/libressl/crypto/bn/bn_nist.c
1225
carry += (int)bn_add_words(r_d, r_d, bnbuf, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1229
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1233
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1236
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1239
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1259
carry = (int)bn_add_words(r_d, r_d, _nist_p_384[-carry - 1],
crypto/libressl/crypto/bn/bn_nist.c
1262
addsubf = bn_add_words;
crypto/libressl/crypto/bn/bn_nist.c
1325
bn_add_words(r_d, r_d, t_d, BN_NIST_521_TOP);
crypto/libressl/crypto/bn/bn_nist.c
567
carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
569
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
571
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
738
carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
740
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
765
carry = (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1],
crypto/libressl/crypto/bn/bn_nist.c
768
addsubf = bn_add_words;
crypto/libressl/crypto/bn/bn_nist.c
952
carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
966
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
969
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
972
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
994
carry = (int)bn_add_words(r_d, r_d, _nist_p_256[-carry - 1],
crypto/libressl/crypto/bn/bn_nist.c
997
addsubf = bn_add_words;
crypto/libressl/crypto/bn/bn_sqr.c
183
bn_add_words(r, r, r, max);
crypto/libressl/crypto/bn/bn_sqr.c
189
bn_add_words(r, r, tmp, max);
crypto/libressl/crypto/bn/bn_sqr.c
257
c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
crypto/libressl/crypto/bn/bn_sqr.c
267
c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));