Searched refs:s_mp_add_d (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecp_521.c | 104 MP_CHECKOK(s_mp_add_d(r,1));
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi-priv.h | 211 mp_err s_mp_add_d(mp_int *mp, mp_digit d); /* unsigned digit addition */
|
H A D | mpi.c | 373 res = s_mp_add_d(mp, (mp_digit)((v >> (ix * CHAR_BIT)) & UCHAR_MAX)); 407 res = s_mp_add_d(mp, (mp_digit)((z >> (ix * CHAR_BIT)) & UCHAR_MAX)); 440 if((res = s_mp_add_d(&tmp, d)) != MP_OKAY) 484 if((res = s_mp_add_d(&tmp, d)) != MP_OKAY) 1530 s_mp_add_d(&mu, 1); 2606 if((res = s_mp_add_d(mp, val)) != MP_OKAY) 3231 /* {{{ s_mp_add_d(mp, d) */ 3234 mp_err s_mp_add_d(mp_int *mp, mp_digit d) /* unsigned digit addition */ function 3284 } /* end s_mp_add_d() */
|
Completed in 54 milliseconds