HomeSort by: relevance | last modified time | path
    Searched defs:s_mp_sub (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_s_mp_sub.c 22 s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 300 static int s_mp_sub (mp_int * a, mp_int * b, mp_int * c) function
437 res = s_mp_sub (b, a, c);
440 res = s_mp_sub (a, b, c);
471 res = s_mp_sub (a, b, c);
477 res = s_mp_sub (b, a, c);
2171 s_mp_sub(a, n, a);
2195 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
2317 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
2831 return s_mp_sub (x, n, x);
2932 if ((res = s_mp_sub (a, b, a)) != MP_OKAY)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 679 s_mp_sub (const mp_int * a, const mp_int * b, mp_int * c) function
770 res = s_mp_sub (a, b, c);
776 res = s_mp_sub (b, a, c);
915 res = s_mp_sub (b, a, c);
918 res = s_mp_sub (a, b, c);
2249 if (s_mp_sub (&t1, &x0, &t1) != MP_OKAY)
2680 if ((res = s_mp_sub (x, m, x)) != MP_OKAY) {
2705 if ((res = s_mp_sub(&tmp, a, d)) != MP_OKAY) {
2750 s_mp_sub(a, n, a);
3046 if (s_mp_sub (&t1, &t2, &t1) != MP_OKAY
    [all...]

Completed in 20 milliseconds