74 BIGNUM *tmp1, *tmp2, *x, *y;
94 if (y == NULL)
goto err;
107 if (!group->
meth->
field_mul(group, tmp1, tmp2, x_, ctx))
goto err;
132 if (!group->
meth->
field_mul(group, tmp2, &group->
a, x, ctx))
goto err;
170 if (kron == -2)
goto err;
200 unsigned char *buf,
size_t len,
BN_CTX *ctx)
206 size_t field_len, i, skip;
256 if (y == NULL)
goto err;
268 if (skip > field_len)
280 if (i != 1 + field_len)
289 if (skip > field_len)
326 const unsigned char *buf,
size_t len,
BN_CTX *ctx)
332 size_t field_len, enc_len;
386 if (y == NULL)
goto err;
388 if (!
BN_bin2bn(buf + 1, field_len, x))
goto err;
401 if (!
BN_bin2bn(buf + 1 + field_len, field_len, y))
goto err;