Searched refs:ECPoint_validate (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | ecl.h | 116 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const
|
H A D | ecp_test.c | 353 if (ECPoint_validate(group, &gx, &gy) != MP_YES) { 359 if (ECPoint_validate(group, &gx, &ry) != MP_NO) {
|
H A D | ec2_test.c | 391 if (ECPoint_validate(group, &gx, &gy) != MP_YES) { 397 if (ECPoint_validate(group, &gx, &ry) != MP_NO) {
|
H A D | ecl.c | 422 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const function
|
H A D | ec.c | 514 if ((err = ECPoint_validate(group, &Px, &Py)) < MP_YES) {
|
Completed in 26 milliseconds