Home
last modified time | relevance | path

Searched defs:GFMethodStr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl-priv.h112 struct GFMethodStr { struct
115 int constructed;
119 mp_int irr;
125 unsigned int irr_arr[5];
130 mp_err (*field_add) (const mp_int *a, const mp_int *b, mp_int *r,
132 mp_err (*field_neg) (const mp_int *a, mp_int *r, const GFMethod *meth);
133 mp_err (*field_sub) (const mp_int *a, const mp_int *b, mp_int *r,
135 mp_err (*field_mod) (const mp_int *a, mp_int *r, const GFMethod *meth);
136 mp_err (*field_mul) (const mp_int *a, const mp_int *b, mp_int *r,
138 mp_err (*field_sqr) (const mp_int *a, mp_int *r, const GFMethod *meth);
[all …]