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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c72 group->validate_point = NULL;
120 group->validate_point = &ec_GFp_validate_point;
163 group->validate_point = &ec_GFp_validate_point;
206 group->validate_point = &ec_GF2m_validate_point;
424 return group->validate_point(px, py, group);
H A Decl-priv.h202 mp_err (*validate_point) (const mp_int *px, const mp_int *py, const ECGroup *group); member in struct:ECGroupStr

Completed in 23 milliseconds