Searched refs:base_point_mul (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.c79 group->base_point_mul = NULL;
127 group->base_point_mul = NULL;
170 group->base_point_mul = NULL;
213 group->base_point_mul = NULL;
H A Decl_mult.c81 if (group->base_point_mul) {
82 MP_CHECKOK(group->base_point_mul(&kt, rx, ry, group));
H A Decl-priv.h180 * methods (except base_point_mul and points_mul) are required to be
193 mp_err (*base_point_mul) (const mp_int *n, mp_int *rx, mp_int *ry, member in struct:ECGroupStr

Completed in 59 milliseconds