Searched refs:mp_int_sqr (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.h135 mp_result mp_int_sqr(mp_int a, mp_int c); /* c = a * a */
H A Dimath.c805 /* {{{ mp_int_sqr(a, c) */
807 mp_result mp_int_sqr(mp_int a, mp_int c) function
1056 if((res = mp_int_sqr(&t, &t)) != MP_OK)
1090 if((res = mp_int_sqr(&t, &t)) != MP_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h135 mp_result mp_int_sqr(mp_int a, mp_int c); /* c = a * a */
H A Dimath.c805 /* {{{ mp_int_sqr(a, c) */
807 mp_result mp_int_sqr(mp_int a, mp_int c) function
1056 if((res = mp_int_sqr(&t, &t)) != MP_OK)
1090 if((res = mp_int_sqr(&t, &t)) != MP_OK)
/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.h135 mp_result mp_int_sqr(mp_int a, mp_int c); /* c = a * a */
H A Dimath.c805 /* {{{ mp_int_sqr(a, c) */
807 mp_result mp_int_sqr(mp_int a, mp_int c) function
1056 if((res = mp_int_sqr(&t, &t)) != MP_OK)
1090 if((res = mp_int_sqr(&t, &t)) != MP_OK)

Completed in 74 milliseconds