Searched refs:mp_int_neg (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h127 mp_result mp_int_neg(mp_int a, mp_int c); /* c = -a */
H A Dimath.c531 /* {{{ mp_int_neg(a, c) */
533 mp_result mp_int_neg(mp_int a, mp_int c) function
1405 if((res = mp_int_neg(&v, &t)) != MP_OK)
1421 if((res = mp_int_neg(&t, &v)) != MP_OK)
1690 (void) mp_int_neg(c, c); /* cannot fail */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h127 mp_result mp_int_neg(mp_int a, mp_int c); /* c = -a */
H A Dimath.c531 /* {{{ mp_int_neg(a, c) */
533 mp_result mp_int_neg(mp_int a, mp_int c) function
1405 if((res = mp_int_neg(&v, &t)) != MP_OK)
1421 if((res = mp_int_neg(&t, &v)) != MP_OK)
1690 (void) mp_int_neg(c, c); /* cannot fail */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h127 mp_result mp_int_neg(mp_int a, mp_int c); /* c = -a */
H A Dimath.c531 /* {{{ mp_int_neg(a, c) */
533 mp_result mp_int_neg(mp_int a, mp_int c) function
1405 if((res = mp_int_neg(&v, &t)) != MP_OK)
1421 if((res = mp_int_neg(&t, &v)) != MP_OK)
1690 (void) mp_int_neg(c, c); /* cannot fail */

Completed in 80 milliseconds