Searched refs:validate_point (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/crypto/ecc/
H A Decl.c81 group->validate_point = NULL;
129 group->validate_point = &ec_GFp_validate_point;
172 group->validate_point = &ec_GFp_validate_point;
215 group->validate_point = &ec_GF2m_validate_point;
433 return group->validate_point(px, py, group);
H A Decl-priv.h198 mp_err (*validate_point) (const mp_int *px, const mp_int *py, const ECGroup *group); member in struct:ECGroupStr

Completed in 108 milliseconds