Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2.h68 mp_err ec_GF2m_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx,
H A Dec2_aff.c179 ec_GF2m_pt_dbl_aff(const mp_int *px, const mp_int *py, mp_int *rx, in ec_GF2m_pt_dbl_aff() function
H A Decl.c209 group->point_dbl = &ec_GF2m_pt_dbl_aff; in ECGroup_consGF2m()