Home
last modified time | relevance | path

Searched refs:ECGroup_consGF2m (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.c184 ECGroup_consGF2m(const mp_int *irr, const unsigned int irr_arr[5], in ECGroup_consGF2m() function
329 group = ECGroup_consGF2m(&irr, NULL, &curvea, &curveb, &genx, &geny, &order, params->cofactor); in ecgroup_fromNameAndHex()
H A Dec.c192 group = ECGroup_consGF2m(&irreducible, irr_arr, &a, &b, &Gx, &Gy, &order, params->cofactor); in ec_points_mul()