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

/osnet-11/usr/src/common/crypto/ecc/
H A Decl.c79 group->validate_point = NULL;
127 group->validate_point = &ec_GFp_validate_point;
170 group->validate_point = &ec_GFp_validate_point;
213 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 16 milliseconds