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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_s_mp_mul_high_digs.c 24 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 135 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2270 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2586 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 2564 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
2646 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {

Completed in 24 milliseconds