Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_mont.c83 meth->field_mul = &ec_GFp_mul_mont; in GFMethod_consGFp_mont()
110 ec_GFp_mul_mont(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_mul_mont() function
144 return ec_GFp_mul_mont(a, a, r, meth); in ec_GFp_sqr_mont()
H A Decl-priv.h247 mp_err ec_GFp_mul_mont(const mp_int *a, const mp_int *b, mp_int *r,