Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Drfbproto.c851 gcry_mpi_t privmpi = NULL, pubmpi = NULL, keympi = NULL; in HandleARDAuth() local
922 pubmpi = gcry_mpi_new(keylen); in HandleARDAuth()
923 if (!pubmpi) in HandleARDAuth()
928 gcry_mpi_powm(pubmpi, genmpi, privmpi, modmpi); in HandleARDAuth()
938 if (!rfbMpiToBytes(pubmpi, pub, keylen)) in HandleARDAuth()
1013 if (pubmpi) in HandleARDAuth()
1014 gcry_mpi_release(pubmpi); in HandleARDAuth()