Searched defs:rmp (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libmp/ |
H A D | mpasbn.c | 143 mp_gcd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_gcd() 188 _madd(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) in _madd() 201 mp_madd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_madd() 231 _mdiv(const char *msg, const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp, in _mdiv() 250 mp_mdiv(const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp) in mp_mdiv() 290 MINT *rmp; in mp_min() local 368 mp_msqrt(const MINT *nmp, MINT *xmp, MINT *rmp) in mp_msqrt() 409 _msub(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp) in _msub() 422 mp_msub(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_msub() 490 _mult(const char *msg, const MINT *mp1, const MINT *mp2, MINT *rmp, BN_CTX *c) in _mult() [all …]
|
/freebsd/libexec/rbootd/ |
H A D | defs.h | 115 struct rmp_packet rmp; /* RMP packet */ member
|
H A D | rmpproto.c | 80 struct rmp_packet *rmp; in ProcessPacket() local
|
H A D | utils.c | 77 struct rmp_packet *rmp; in DispPkt() local
|