Lines Matching refs:np
848 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont() argument
860 return bn_sqr_mont(rp, ap, np, n0p, num); in bn_mul_mont()
904 mul_add(c1, np[0], ml, mh, c0); in bn_mul_mont()
906 mul_add(c1, ml, np[0], c0); in bn_mul_mont()
911 mul_add(c1, np[j], ml, mh, c0); in bn_mul_mont()
913 mul_add(c1, ml, np[j], c0); in bn_mul_mont()
922 if (tp[num] != 0 || tp[num - 1] >= np[num - 1]) { in bn_mul_mont()
923 c0 = bn_sub_words(rp, tp, np, num); in bn_mul_mont()
943 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont() argument
991 const BN_ULONG *np, const BN_ULONG *n0p, int num) in bn_mul_mont() argument
1008 c0 = bn_mul_add_words(tp, np, num, tp[0] * n0); in bn_mul_mont()
1016 if (tp[num] != 0 || tp[num - 1] >= np[num - 1]) { in bn_mul_mont()
1017 c0 = bn_sub_words(rp, tp, np, num); in bn_mul_mont()
1032 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont() argument