Searched defs:ec_GFp_mul_mont (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/common/crypto/ecc/
H A Decp_mont.c85 meth->field_mul = &ec_GFp_mul_mont;
112 ec_GFp_mul_mont(const mp_int *a, const mp_int *b, mp_int *r, function
146 return ec_GFp_mul_mont(a, a, r, meth);

Completed in 21 milliseconds