Searched refs:cryptResult (Results 1 – 2 of 2) sorted by relevance
597 CryptoPP::Integer cryptResult = a_exp_b_mod_c(cryptDHAnswer, m_cryptDHA, cryptDHPrime); in Negotiate() local601 wxASSERT( cryptResult.MinEncodedSize() <= PRIMESIZE_BYTES ); in Negotiate()604 cryptResult.Encode(aBuffer, PRIMESIZE_BYTES); in Negotiate()