Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.h94 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) { in ectest_curve_GFp()
359 if (ECPoint_validate(group, &gx, &ry) != MP_NO) { in ectest_curve_GFp()
H A Dec2_test.c391 if (ECPoint_validate(group, &gx, &gy) != MP_YES) { in ectest_curve_GF2m()
397 if (ECPoint_validate(group, &gx, &ry) != MP_NO) { in ectest_curve_GF2m()
H A Decl.c420 mp_err ECPoint_validate(const ECGroup *group, const mp_int *px, const in ECPoint_validate() function
H A Dec.c522 if ((err = ECPoint_validate(group, &Px, &Py)) < MP_YES) { in EC_ValidatePublicKey()