Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/crypto/ecc/
H A Decl-priv.h114 struct GFMethodStr { struct
117 int constructed;
121 mp_int irr;
127 unsigned int irr_arr[5];
132 mp_err (*field_add) (const mp_int *a, const mp_int *b, mp_int *r,
134 mp_err (*field_neg) (const mp_int *a, mp_int *r, const GFMethod *meth);
135 mp_err (*field_sub) (const mp_int *a, const mp_int *b, mp_int *r,
137 mp_err (*field_mod) (const mp_int *a, mp_int *r, const GFMethod *meth);
138 mp_err (*field_mul) (const mp_int *a, const mp_int *b, mp_int *r,
140 mp_err (*field_sqr) (const mp_int *a, mp_int *r, const GFMethod *meth);
[all …]