Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
mp_sqr
usr/src/common/mpi/mpi.c
920
mp_err mp_sqr(const mp_int *a, mp_int *sqr)
usr/src/common/mpi/mpi.h
284
#define mp_sqr(a, b) mp_mul(a, a, b)