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

/osnet-11/usr/src/common/crypto/ecc/
H A Decl.c77 group->base_point_mul = NULL;
125 group->base_point_mul = NULL;
168 group->base_point_mul = NULL;
211 group->base_point_mul = NULL;
H A Decl_mult.c80 if (group->base_point_mul) {
81 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 17 milliseconds