Searched refs:s_mp_sub (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_add.c40 res = s_mp_sub (b, a, c);
43 res = s_mp_sub (a, b, c);
H A Dbn_mp_sub.c43 res = s_mp_sub (a, b, c);
49 res = s_mp_sub (b, a, c);
H A Dbn_mp_reduce_2k_setup_l.c32 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
H A Dbn_mp_montgomery_calc_normalization.c47 if ((res = s_mp_sub (a, b, a)) != MP_OKAY) {
H A Dbn_mp_reduce_2k_setup.c34 if ((res = s_mp_sub(&tmp, a, &tmp)) != MP_OKAY) {
H A Dbn_mp_reduce_2k.c48 s_mp_sub(a, n, a);
H A Dbn_mp_reduce_2k_l.c49 s_mp_sub(a, n, a);
H A Dbn_mp_dr_reduce.c85 s_mp_sub(x, n, x);
H A Dbn_mp_montgomery_reduce.c109 return s_mp_sub (x, n, x);
H A Dbn_mp_reduce.c86 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
H A Dbn_s_mp_sub.c20 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
H A Dbn_fast_mp_montgomery_reduce.c164 return s_mp_sub (x, n, x);
H A Dbn_mp_gcd.c81 if ((res = s_mp_sub(&v, &u, &v)) != MP_OKAY) {
H A Dbn_mp_karatsuba_mul.c136 if (s_mp_sub (&t1, &x0, &t1) != MP_OKAY)
H A Dbn_mp_karatsuba_sqr.c92 if (s_mp_sub (&t1, &t2, &t1) != MP_OKAY)
H A Dtommath.h562 int s_mp_sub(mp_int *a, mp_int *b, mp_int *c);
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_mp_add.c40 res = s_mp_sub (b, a, c);
43 res = s_mp_sub (a, b, c);
H A Dbn_mp_sub.c43 res = s_mp_sub (a, b, c);
49 res = s_mp_sub (b, a, c);
H A Dbn_s_mp_sub.c20 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
H A Dbn_mp_karatsuba_mul.c136 if (s_mp_sub (&t1, &x0, &t1) != MP_OKAY)
H A Dbn_mp_karatsuba_sqr.c92 if (s_mp_sub (&t1, &t2, &t1) != MP_OKAY)
H A Dtommath.h554 int s_mp_sub(mp_int *a, mp_int *b, mp_int *c);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/mtest/
H A Dmpi.c183 mp_err s_mp_sub(mp_int *a, mp_int *b); /* magnitude subtract */
898 if((res = s_mp_sub(&tmp, b)) != MP_OKAY) {
910 if((res = s_mp_sub(c, b)) != MP_OKAY)
928 if((res = s_mp_sub(&tmp, a)) != MP_OKAY) {
940 if((res = s_mp_sub(c, a)) != MP_OKAY)
988 if((res = s_mp_sub(&tmp, b)) != MP_OKAY) {
999 if((res = s_mp_sub(c, b)) != MP_OKAY)
1014 if((res = s_mp_sub(&tmp, a)) != MP_OKAY) {
1025 if((res = s_mp_sub(c, a)) != MP_OKAY)
3319 /* {{{ s_mp_sub(
3322 mp_err s_mp_sub(mp_int *a, mp_int *b) /* magnitude subtract */ function
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclTomMathDecls.h115 #define s_mp_sub TclBN_s_mp_sub macro

Completed in 359 milliseconds