Home
last modified time | relevance | path

Searched refs:genmpi (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncclient/
Drfbproto.c850 gcry_mpi_t genmpi = NULL, modmpi = NULL, respmpi = NULL; in HandleARDAuth() local
895 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()