Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_mont.c86 meth->field_enc = &ec_GFp_enc_mont; in GFMethod_consGFp_mont()
159 MP_CHECKOK(ec_GFp_enc_mont(r, r, meth)); in ec_GFp_div_mont()
161 MP_CHECKOK(ec_GFp_enc_mont(r, r, meth)); in ec_GFp_div_mont()
170 ec_GFp_enc_mont(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_enc_mont() function
H A Decl-priv.h252 mp_err ec_GFp_enc_mont(const mp_int *a, mp_int *r, const GFMethod *meth);