Searched refs:ECPoint_validate (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/common/crypto/ecc/ |
H A D | ecl.h | 96 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const
|
H A D | ecp_test.c | 355 if (ECPoint_validate(group, &gx, &gy) != MP_YES) { in ectest_curve_GFp() 361 if (ECPoint_validate(group, &gx, &ry) != MP_NO) { in ectest_curve_GFp()
|
H A D | ec2_test.c | 393 if (ECPoint_validate(group, &gx, &gy) != MP_YES) { in ectest_curve_GF2m() 399 if (ECPoint_validate(group, &gx, &ry) != MP_NO) { in ectest_curve_GF2m()
|
H A D | ecl.c | 422 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const in ECPoint_validate() function
|
H A D | ec.c | 522 if ((err = ECPoint_validate(group, &Px, &Py)) < MP_YES) { in EC_ValidatePublicKey()
|