Searched refs:modmpi (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncclient/ |
D | rfbproto.c | 850 gcry_mpi_t genmpi = NULL, modmpi = NULL, respmpi = NULL; in HandleARDAuth() local 901 error = gcry_mpi_scan(&modmpi, GCRYMPI_FMT_USG, mod, keylen, NULL); in HandleARDAuth() 928 gcry_mpi_powm(pubmpi, genmpi, privmpi, modmpi); in HandleARDAuth() 936 gcry_mpi_powm(keympi, respmpi, privmpi, modmpi); in HandleARDAuth() 1007 if (modmpi) in HandleARDAuth() 1008 gcry_mpi_release(modmpi); in HandleARDAuth()
|