Lines Matching defs:rp
16 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
19 int bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
21 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
23 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
30 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap,
34 int bn_mul_mont_t4_8(BN_ULONG *rp, const BN_ULONG *ap,
37 int bn_mul_mont_t4_16(BN_ULONG *rp, const BN_ULONG *ap,
40 int bn_mul_mont_t4_24(BN_ULONG *rp, const BN_ULONG *ap,
43 int bn_mul_mont_t4_32(BN_ULONG *rp, const BN_ULONG *ap,
52 if ((*worker) (rp, ap, bp, np, n0))
55 if ((*worker) (rp, ap, bp, np, n0))
57 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
60 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num);
74 return bn_mul_mont_fpu(rp, ap, bp, np, n0, num);
76 return bn_mul_mont_int(rp, ap, bp, np, n0, num);