Searched refs:extra1 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_mont.c81 meth->extra1 = mmm;
113 MP_CHECKOK(s_mp_redc(r, (mp_mont_modulus *) meth->extra1));
122 (a, b, &s, (mp_mont_modulus *) meth->extra1));
126 return s_mp_mul_mont(a, b, r, (mp_mont_modulus *) meth->extra1);
168 mmm = (mp_mont_modulus *) meth->extra1;
184 MP_CHECKOK(s_mp_redc(r, (mp_mont_modulus *) meth->extra1));
194 if (meth->extra1 != NULL) {
196 kmem_free(meth->extra1, sizeof(mp_mont_modulus));
198 free(meth->extra1);
200 meth->extra1
[all...]
H A Decl-priv.h151 void *extra1; member in struct:GFMethodStr
205 void *extra1; member in struct:ECGroupStr
H A Decl.c73 group->extra1 = NULL;
H A Decl_gf.c118 meth->extra1 = NULL;
174 meth->extra1 = NULL;

Completed in 241 milliseconds