Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl-priv.h232 mp_err ec_GFp_sqr(const mp_int *a, mp_int *r, const GFMethod *meth);
H A Decl_gf.c121 meth->field_sqr = &ec_GFp_sqr; in GFMethod_consGFp()
1009 ec_GFp_sqr(const mp_int *a, mp_int *r, const GFMethod *meth) in ec_GFp_sqr() function