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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_invmod.c 21 int mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
  /src/external/bsd/wpa/dist/src/tls/
libtommath.c 159 static int mp_invmod(mp_int * a, mp_int * b, mp_int * c);
605 if ((err = mp_invmod(G, P, &tmpG)) != MP_OKAY) {
725 static int mp_invmod (mp_int * a, mp_int * b, mp_int * c) function
745 #error mp_invmod would always fail
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 1645 mp_invmod(mp_int *c, const mp_int *a, const mp_int *b) function
4379 if ((err = mp_invmod(&tmpG, G, P)) != MP_OKAY) {
5455 return (mp_invmod(r, a, __UNCONST(n)) == MP_OKAY) ? r : NULL;

Completed in 19 milliseconds