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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_fast_s_mp_sqr.c 30 int fast_s_mp_sqr (mp_int * a, mp_int * b) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 182 static int fast_s_mp_sqr (mp_int * a, mp_int * b);
2125 res = fast_s_mp_sqr (a, b);
3250 static int fast_s_mp_sqr (mp_int * a, mp_int * b) function
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 3086 static int fast_s_mp_sqr (mp_int * a, mp_int * b) function
3263 res = fast_s_mp_sqr (a, b);

Completed in 85 milliseconds