Searched refs:GFMethod (Results 1 - 11 of 11) 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...]
H A Decp_mont.c51 /* Construct a generic GFMethod for arithmetic over prime fields with
53 GFMethod *
58 GFMethod *meth = NULL;
104 const GFMethod *meth)
135 ec_GFp_sqr_mont(const mp_int *a, mp_int *r, const GFMethod *meth)
143 const GFMethod *meth)
163 ec_GFp_enc_mont(const mp_int *a, mp_int *r, const GFMethod *meth)
177 ec_GFp_dec_mont(const mp_int *a, mp_int *r, const GFMethod *meth)
189 /* Free the memory allocated to the extra fields of Montgomery GFMethod
192 ec_GFp_extra_free_mont(GFMethod *met
[all...]
H A Decl_gf.c47 /* Allocate memory for a new GFMethod object. */
48 GFMethod *
52 GFMethod *meth;
54 meth = (GFMethod *) kmem_alloc(sizeof(GFMethod), kmflag);
56 meth = (GFMethod *) malloc(sizeof(GFMethod));
73 /* Construct a generic GFMethod for arithmetic over prime fields with
75 GFMethod *
79 GFMethod *met
[all...]
H A Decp_521.c52 ec_GFp_nistp521_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
109 ec_GFp_nistp521_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
124 const GFMethod *meth)
138 const GFMethod *meth)
H A Decp_192.c52 ec_GFp_nistp192_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
292 const GFMethod *meth)
373 const GFMethod *meth)
451 ec_GFp_nistp192_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
466 const GFMethod *meth)
480 const GFMethod *meth)
H A Dec2_163.c52 ec_GF2m_163_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
124 ec_GF2m_163_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
174 const GFMethod *meth)
H A Dec2_193.c52 ec_GF2m_193_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
132 ec_GF2m_193_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
183 const GFMethod *meth)
H A Dec2_233.c52 ec_GF2m_233_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
148 ec_GF2m_233_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
201 const GFMethod *meth)
H A Decp_384.c50 ec_GFp_nistp384_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
258 ec_GFp_nistp384_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
273 const GFMethod *meth)
H A Decp_224.c52 ec_GFp_nistp224_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
311 ec_GFp_nistp224_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
326 const GFMethod *meth)
340 const GFMethod *meth)
H A Decp_256.c50 ec_GFp_nistp256_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
394 ec_GFp_nistp256_sqr(const mp_int *a, mp_int *r, const GFMethod *meth)
409 const GFMethod *meth)

Completed in 59 milliseconds