Searched refs:genmpi (Results 1 – 1 of 1) sorted by relevance
850 gcry_mpi_t genmpi = NULL, modmpi = NULL, respmpi = NULL; in HandleARDAuth() local895 error = gcry_mpi_scan(&genmpi, GCRYMPI_FMT_USG, gen, 2, NULL); in HandleARDAuth()928 gcry_mpi_powm(pubmpi, genmpi, privmpi, modmpi); in HandleARDAuth()1005 if (genmpi) in HandleARDAuth()1006 gcry_mpi_release(genmpi); in HandleARDAuth()