Searched defs:GFMethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl-priv.h117 typedef struct GFMethodStr GFMethod; typedef in typeref:struct:GFMethodStr
137 const GFMethod *meth);
138 mp_err (*field_neg) (const mp_int *a, mp_int *r, const GFMethod *meth);
140 const GFMethod *meth);
141 mp_err (*field_mod) (const mp_int *a, mp_int *r, const GFMethod *meth);
143 const GFMethod *meth);
144 mp_err (*field_sqr) (const mp_int *a, mp_int *r, const GFMethod *meth);
146 const GFMethod *meth);
147 mp_err (*field_enc) (const mp_int *a, mp_int *r, const GFMethod *meth);
148 mp_err (*field_dec) (const mp_int *a, mp_int *r, const GFMethod *met
[all...]

Completed in 36 milliseconds