Lines Matching defs:sign
62 val->sign = 0;
118 int sign = 0;
125 sign = 1;
151 val->sign = sign;
246 * @sign: if not NULL, it will be set to the sign of a.
251 int *sign)
267 if (sign)
268 *sign = a->sign;
306 * @sign: if not NULL, it will be set to the sign of the a.
310 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign)
329 ret = mpi_read_buffer(a, buf, n, nbytes, sign);
350 * @sign: if not NULL, it will be set to the sign of a.
355 int *sign)
370 if (sign)
371 *sign = a->sign;
494 val->sign = 0;
566 /* Libgcrypt does no always care to set clear the sign if the value
572 if (a->sign && mpi_cmp_ui(a, 0))
591 /* Need to extend the sign. */
624 /* Note: We ignore the sign for this format. */
679 /* Need to extend the sign. */