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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.h96 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const
H A Decp_test.c355 if (ECPoint_validate(group, &gx, &gy) != MP_YES) {
361 if (ECPoint_validate(group, &gx, &ry) != MP_NO) {
H A Dec2_test.c393 if (ECPoint_validate(group, &gx, &gy) != MP_YES) {
399 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.c522 if ((err = ECPoint_validate(group, &Px, &Py)) < MP_YES) {

Completed in 296 milliseconds