Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/ecc/
H A Decp_mont.c85 meth->field_mul = &ec_GFp_mul_mont; in GFMethod_consGFp_mont()
112 ec_GFp_mul_mont(const mp_int *a, const mp_int *b, mp_int *r, in ec_GFp_mul_mont() function
146 return ec_GFp_mul_mont(a, a, r, meth); in ec_GFp_sqr_mont()
H A Decl-priv.h249 mp_err ec_GFp_mul_mont(const mp_int *a, const mp_int *b, mp_int *r,