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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_fast_mp_invmod.c 26 int fast_mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 1368 fast_mp_invmod (const mp_int * a, const mp_int * b, mp_int * c) function
1654 return fast_mp_invmod(a, b, c);

Completed in 19 milliseconds