Symbol: bn_sub_words
crypto/openssl/crypto/bn/bn_add.c
150
borrow = bn_sub_words(rp, ap, bp, min);
crypto/openssl/crypto/bn/bn_asm.c
1059
c0 = bn_sub_words(rp, tp, np, num);
crypto/openssl/crypto/bn/bn_asm.c
967
c0 = bn_sub_words(rp, tp, np, num);
crypto/openssl/crypto/bn/bn_div.c
431
l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1);
crypto/openssl/crypto/bn/bn_local.h
237
BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
crypto/openssl/crypto/bn/bn_mod.c
88
carry -= bn_sub_words(rp, tp, m->d, mtop);
crypto/openssl/crypto/bn/bn_mont.c
146
carry -= bn_sub_words(rp, ap, np, nl);
crypto/openssl/crypto/bn/bn_mul.c
284
c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
crypto/openssl/crypto/bn/bn_mul.c
34
c = bn_sub_words(r, a, b, cl);
crypto/openssl/crypto/bn/bn_mul.c
439
c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
crypto/openssl/crypto/bn/bn_nist.c
1103
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1108
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1113
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1117
adjust = bn_sub_words;
crypto/openssl/crypto/bn/bn_nist.c
1119
carry = (int)bn_sub_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
1198
res = bn_sub_words(t_d, r_d, _nist_p_521,
crypto/openssl/crypto/bn/bn_nist.c
450
carry = (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1],
crypto/openssl/crypto/bn/bn_nist.c
461
res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry)
crypto/openssl/crypto/bn/bn_nist.c
601
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/openssl/crypto/bn/bn_nist.c
603
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/openssl/crypto/bn/bn_nist.c
610
adjust = bn_sub_words;
crypto/openssl/crypto/bn/bn_nist.c
612
carry = (int)bn_sub_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
831
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/openssl/crypto/bn/bn_nist.c
836
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/openssl/crypto/bn/bn_nist.c
841
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/openssl/crypto/bn/bn_nist.c
846
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/openssl/crypto/bn/bn_nist.c
850
adjust = bn_sub_words;
crypto/openssl/crypto/bn/bn_nist.c
852
carry = (int)bn_sub_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
185
bn_sub_words(t, a, &(a[n]), n);
crypto/openssl/crypto/bn/bn_sqr.c
187
bn_sub_words(t, &(a[n]), a, n);
crypto/openssl/crypto/bn/bn_sqr.c
210
c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
crypto/openssl/crypto/bn/rsaz_exp.h
72
carry -= bn_sub_words(tmp, r, m, num);