Searched refs:ec_GFp_enc_mont (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_mont.c79 meth->field_enc = &ec_GFp_enc_mont;
152 MP_CHECKOK(ec_GFp_enc_mont(r, r, meth));
154 MP_CHECKOK(ec_GFp_enc_mont(r, r, meth));
163 ec_GFp_enc_mont(const mp_int *a, mp_int *r, const GFMethod *meth) function
H A Decl-priv.h258 mp_err ec_GFp_enc_mont(const mp_int *a, mp_int *r, const GFMethod *meth);

Completed in 24 milliseconds