Searched refs:mp_int_egcd (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.h173 mp_result mp_int_egcd(mp_int a, mp_int b, mp_int c, /* c = gcd(a, b) */
H A Dimath.c1337 if((res = mp_int_egcd(a, m, TEMP(0), TEMP(1), NULL)) != MP_OK)
1447 /* {{{ mp_int_egcd(a, b, c, x, y) */
1453 mp_result mp_int_egcd(mp_int a, mp_int b, mp_int c, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/imath/
H A Dimath.h173 mp_result mp_int_egcd(mp_int a, mp_int b, mp_int c, /* c = gcd(a, b) */
H A Dimath.c1337 if((res = mp_int_egcd(a, m, TEMP(0), TEMP(1), NULL)) != MP_OK)
1447 /* {{{ mp_int_egcd(a, b, c, x, y) */
1453 mp_result mp_int_egcd(mp_int a, mp_int b, mp_int c, function
/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.h173 mp_result mp_int_egcd(mp_int a, mp_int b, mp_int c, /* c = gcd(a, b) */
H A Dimath.c1337 if((res = mp_int_egcd(a, m, TEMP(0), TEMP(1), NULL)) != MP_OK)
1447 /* {{{ mp_int_egcd(a, b, c, x, y) */
1453 mp_result mp_int_egcd(mp_int a, mp_int b, mp_int c, function

Completed in 83 milliseconds