Lines Matching defs:num
17 const BN_ULONG *np, const BN_ULONG *n0, int num)
20 const BN_ULONG *np, const BN_ULONG *n0, int num);
22 const BN_ULONG *np, const BN_ULONG *n0, int num);
24 const BN_ULONG *np, const BN_ULONG *n0, int num);
26 if (!(num & 1) && num >= 6) {
27 if ((num & 15) == 0 && num <= 64 &&
50 bn_mul_mont_f worker = funcs[num / 16 - 1];
57 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
60 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
61 else if (num >= 8 &&
74 return bn_mul_mont_fpu(rp, ap, bp, np, n0, num);
76 return bn_mul_mont_int(rp, ap, bp, np, n0, num);