Home | History | Annotate | Download | only in mtest

Lines Matching refs:s_mp_add

182 mp_err   s_mp_add(mp_int *a, mp_int *b);       /* magnitude addition      */
877 if((res = s_mp_add(c, a)) != MP_OKAY)
883 if((res = s_mp_add(c, b)) != MP_OKAY)
972 if((res = s_mp_add(c, b)) != MP_OKAY)
977 if((res = s_mp_add(c, a)) != MP_OKAY)
3262 /* {{{ s_mp_add(a, b) */
3265 mp_err s_mp_add(mp_int *a, mp_int *b) /* magnitude addition */
3315 } /* end s_mp_add() */