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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c177 ECGroup_consGF2m(const mp_int *irr, const unsigned int irr_arr[5], argument
189 group->meth = GFMethod_consGF2m(irr, irr_arr);
H A Decl-priv.h126 /* For prime fields, the value irr_arr[0] is the number of bits in the
131 unsigned int irr_arr[5]; member in struct:GFMethodStr
160 const unsigned int irr_arr[5]);
H A Decl_gf.c86 meth->irr_arr[0] = mpl_significant_bits(irr);
87 meth->irr_arr[1] = meth->irr_arr[2] = meth->irr_arr[3] =
88 meth->irr_arr[4] = 0;
131 * fields with irreducible irr that has array representation irr_arr (see
132 * ecl-priv.h for description of the representation). If irr_arr is NULL,
135 GFMethod_consGF2m(const mp_int *irr, const unsigned int irr_arr[5]) argument
146 if (irr_arr != NULL) {
148 meth->irr_arr[
[all...]

Completed in 51 milliseconds