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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_s_mp_sqr.c 21 int s_mp_sqr (mp_int * a, mp_int * b) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 134 static int s_mp_sqr(mp_int * a, mp_int * b);
2129 res = s_mp_sqr (a, b);
2520 static int s_mp_sqr (mp_int * a, mp_int * b) function
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 3175 s_mp_sqr (mp_int * a, mp_int * b) function
3265 res = s_mp_sqr (a, b);

Completed in 39 milliseconds