Searched refs:field_enc (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl_mult.c80 if (group->meth->field_enc) {
81 MP_CHECKOK(group->meth->field_enc(px, rx, group->meth));
82 MP_CHECKOK(group->meth->field_enc(py, ry, group->meth));
132 if (group->meth->field_enc) {
133 MP_CHECKOK(group->meth->field_enc(&sx, &sx, group->meth));
134 MP_CHECKOK(group->meth->field_enc(&sy, &sy, group->meth));
135 MP_CHECKOK(group->meth->field_enc(rx, rx, group->meth));
136 MP_CHECKOK(group->meth->field_enc(ry, ry, group->meth));
203 if (group->meth->field_enc) {
205 field_enc(p
[all...]
H A Decp_aff.c73 * is already field-encoded using field_enc, and returns output that is
122 if (group->meth->field_enc) {
123 MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth));
130 if (group->meth->field_enc) {
131 MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth));
159 * field-encoded using field_enc, and returns output that is still
181 * field_enc, and returns output that is still field-encoded. */
193 * field-encoded using field_enc, and returns output that is still
319 if (group->meth->field_enc) {
320 group->meth->field_enc(p
[all...]
H A Decl.c150 field_enc(curvea, &group->curvea, group->meth));
152 field_enc(curveb, &group->curveb, group->meth));
153 MP_CHECKOK(group->meth->field_enc(genx, &group->genx, group->meth));
154 MP_CHECKOK(group->meth->field_enc(geny, &group->geny, group->meth));
H A Decp_jac.c54 * field-encoded using field_enc, and returns output that is still
68 if (group->meth->field_enc) {
69 MP_CHECKOK(group->meth->field_enc(rz, rz, group->meth));
78 * Assumes input is already field-encoded using field_enc, and returns
139 * field-encoded using field_enc, and returns output that is still
225 * Assumes input is already field-encoded using field_enc, and returns
323 * already field-encoded using field_enc, and returns output that is still
451 if (group->meth->field_enc) {
453 field_enc(px, &precomp[1][0][0], group->meth));
455 field_enc(p
[all...]
H A Dec2_aff.c306 if (group->meth->field_enc) {
307 group->meth->field_enc(px, &pxt, group->meth);
308 group->meth->field_enc(py, &pyt, group->meth);
H A Decp_mont.c79 meth->field_enc = &ec_GFp_enc_mont;
H A Dec2_mont.c141 if (group->meth->field_enc) {
142 MP_CHECKOK(group->meth->field_enc(&t5, &t5, group->meth));
H A Decl-priv.h132 /* Field arithmetic methods. All methods (except field_enc and
134 * field-encoded values. All methods (except field_enc and field_dec)
147 mp_err (*field_enc) (const mp_int *a, mp_int *r, const GFMethod *meth); member in struct:GFMethodStr
H A Decl_gf.c116 meth->field_enc = NULL;
172 meth->field_enc = NULL;

Completed in 45 milliseconds