Searched refs:mp_set_int (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_aff.c130 MP_CHECKOK(mp_set_int(&temp, 3));
138 MP_CHECKOK(mp_set_int(&temp, 2));
257 MP_CHECKOK(mp_set_int(&k3, 3));
H A Dec2_mont.c149 MP_CHECKOK(mp_set_int(&t5, 1));
219 MP_CHECKOK(mp_set_int(&z1, 1)); /* z1 = 1 */
H A Dec2_aff.c244 MP_CHECKOK(mp_set_int(&k3, 3));
H A Decp_test.c164 MP_CHECKOK(mp_set_int(&one, 1));
H A Dec2_test.c165 MP_CHECKOK(mp_set_int(&one, 1));
H A Dec.c401 CHECK_MPI_OK( mp_set_int(&one, 1) );
H A Decl_gf.c1042 MP_CHECKOK(mp_set_int(&t, 1));
H A Decp_jac.c76 MP_CHECKOK(mp_set_int(rz, 1));
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h261 mp_err mp_set_int(mp_int *mp, long z);
262 #define mp_set_long(mp,z) mp_set_int(mp,z)
H A Dmpi.c352 /* {{{ mp_set_int(mp, z) */
354 mp_err mp_set_int(mp_int *mp, long z) function
383 } /* end mp_set_int() */
1742 mp_init(&tmp, kmflag); mp_set_int(&tmp, z);

Completed in 88 milliseconds