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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_mult.c89 if (group->meth->field_enc) {
90 MP_CHECKOK(group->meth->field_enc(px, rx, group->meth));
91 MP_CHECKOK(group->meth->field_enc(py, ry, group->meth));
141 if (group->meth->field_enc) {
142 MP_CHECKOK(group->meth->field_enc(&sx, &sx, group->meth));
143 MP_CHECKOK(group->meth->field_enc(&sy, &sy, group->meth));
144 MP_CHECKOK(group->meth->field_enc(rx, rx, group->meth));
145 MP_CHECKOK(group->meth->field_enc(ry, ry, group->meth));
212 if (group->meth->field_enc) {
214 field_enc(p
[all...]
H A Decp_aff.c82 * is already field-encoded using field_enc, and returns output that is
131 if (group->meth->field_enc) {
132 MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth));
139 if (group->meth->field_enc) {
140 MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth));
168 * field-encoded using field_enc, and returns output that is still
190 * field_enc, and returns output that is still field-encoded. */
202 * field-encoded using field_enc, and returns output that is still
328 if (group->meth->field_enc) {
329 group->meth->field_enc(p
[all...]
H A Decl.c159 field_enc(curvea, &group->curvea, group->meth));
161 field_enc(curveb, &group->curveb, group->meth));
162 MP_CHECKOK(group->meth->field_enc(genx, &group->genx, group->meth));
163 MP_CHECKOK(group->meth->field_enc(geny, &group->geny, group->meth));
H A Decp_jac.c63 * field-encoded using field_enc, and returns output that is still
77 if (group->meth->field_enc) {
78 MP_CHECKOK(group->meth->field_enc(rz, rz, group->meth));
87 * Assumes input is already field-encoded using field_enc, and returns
148 * field-encoded using field_enc, and returns output that is still
234 * Assumes input is already field-encoded using field_enc, and returns
332 * already field-encoded using field_enc, and returns output that is still
460 if (group->meth->field_enc) {
462 field_enc(px, &precomp[1][0][0], group->meth));
464 field_enc(p
[all...]
H A Dec2_aff.c315 if (group->meth->field_enc) {
316 group->meth->field_enc(px, &pxt, group->meth);
317 group->meth->field_enc(py, &pyt, group->meth);
H A Decp_mont.c88 meth->field_enc = &ec_GFp_enc_mont;
H A Dec2_mont.c150 if (group->meth->field_enc) {
151 MP_CHECKOK(group->meth->field_enc(&t5, &t5, group->meth));
H A Decl-priv.h128 /* Field arithmetic methods. All methods (except field_enc and
130 * field-encoded values. All methods (except field_enc and field_dec)
143 mp_err (*field_enc) (const mp_int *a, mp_int *r, const GFMethod *meth); member in struct:GFMethodStr
H A Decp_test.c182 if (group->meth->field_enc) {
H A Decl_gf.c125 meth->field_enc = NULL;
181 meth->field_enc = NULL;
H A Dec2_test.c184 if (group->meth->field_enc) {

Completed in 55 milliseconds