Searched refs:ECPoint_validate (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/common/crypto/ecc/
H A Decl.h116 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const
H A Decp_test.c353 if (ECPoint_validate(group, &gx, &gy) != MP_YES) {
359 if (ECPoint_validate(group, &gx, &ry) != MP_NO) {
H A Dec2_test.c391 if (ECPoint_validate(group, &gx, &gy) != MP_YES) {
397 if (ECPoint_validate(group, &gx, &ry) != MP_NO) {
H A Decl.c422 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const function
H A Dec.c514 if ((err = ECPoint_validate(group, &Px, &Py)) < MP_YES) {

Completed in 28 milliseconds