Symbol: bn_add_words
crypto/openssl/crypto/bn/bn_add.c
105
carry = bn_add_words(rp, ap, bp, min);
crypto/openssl/crypto/bn/bn_div.c
440
l0 = bn_add_words(wnum, wnum, tmp->d, div_n);
crypto/openssl/crypto/bn/bn_local.h
235
BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
crypto/openssl/crypto/bn/bn_mul.c
281
c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
crypto/openssl/crypto/bn/bn_mul.c
287
c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
crypto/openssl/crypto/bn/bn_mul.c
296
c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
crypto/openssl/crypto/bn/bn_mul.c
436
c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
crypto/openssl/crypto/bn/bn_mul.c
442
c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
crypto/openssl/crypto/bn/bn_mul.c
451
c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
crypto/openssl/crypto/bn/bn_mul.c
485
bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
crypto/openssl/crypto/bn/bn_mul.c
487
bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
crypto/openssl/crypto/bn/bn_mul.c
491
bn_add_words(&(r[n]), &(r[n]), &(t[0]), n);
crypto/openssl/crypto/bn/bn_mul.c
492
bn_add_words(&(r[n]), &(r[n]), &(t[n]), n);
crypto/openssl/crypto/bn/bn_nist.c
1070
carry = (int)bn_add_words(r_d + (128 / BN_BITS2), r_d + (128 / BN_BITS2),
crypto/openssl/crypto/bn/bn_nist.c
1075
carry += (int)bn_add_words(r_d, r_d, buf.bn, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1081
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1087
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1092
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1097
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1122
carry = (int)bn_add_words(r_d, r_d, _nist_p_384[-carry - 1],
crypto/openssl/crypto/bn/bn_nist.c
1124
adjust = carry ? bn_sub_words : bn_add_words;
crypto/openssl/crypto/bn/bn_nist.c
1197
bn_add_words(r_d, r_d, t_d, BN_NIST_521_TOP);
crypto/openssl/crypto/bn/bn_nist.c
441
carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
443
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
446
+= (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
597
carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/openssl/crypto/bn/bn_nist.c
599
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/openssl/crypto/bn/bn_nist.c
625
carry = (int)bn_add_words(r_d, r_d, _nist_p_224[-carry - 1],
crypto/openssl/crypto/bn/bn_nist.c
627
adjust = carry ? bn_sub_words : bn_add_words;
crypto/openssl/crypto/bn/bn_nist.c
802
carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
crypto/openssl/crypto/bn/bn_nist.c
816
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/openssl/crypto/bn/bn_nist.c
821
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/openssl/crypto/bn/bn_nist.c
826
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/openssl/crypto/bn/bn_nist.c
855
carry = (int)bn_add_words(r_d, r_d, _nist_p_256[-carry - 1],
crypto/openssl/crypto/bn/bn_nist.c
857
adjust = carry ? bn_sub_words : bn_add_words;
crypto/openssl/crypto/bn/bn_sqr.c
135
bn_add_words(r, r, r, max);
crypto/openssl/crypto/bn/bn_sqr.c
141
bn_add_words(r, r, tmp, max);
crypto/openssl/crypto/bn/bn_sqr.c
207
c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
crypto/openssl/crypto/bn/bn_sqr.c
218
c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));