Home
last modified time | relevance | path

Searched refs:ec_GFp_div (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_mont.c158 MP_CHECKOK(ec_GFp_div(a, b, r, meth)); in ec_GFp_div_mont()
H A Decl-priv.h233 mp_err ec_GFp_div(const mp_int *a, const mp_int *b, mp_int *r,
H A Decl_gf.c122 meth->field_div = &ec_GFp_div; in GFMethod_consGFp()
1017 ec_GFp_div(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_div() function