Home
last modified time | relevance | path

Searched refs:ec_GF2m_validate_point (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2.h72 mp_err ec_GF2m_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group);
H A Dec2_aff.c283 ec_GF2m_validate_point(const mp_int *px, const mp_int *py, const ECGroup *group) in ec_GF2m_validate_point() function
H A Decl.c213 group->validate_point = &ec_GF2m_validate_point; in ECGroup_consGF2m()