MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / makeAgreement

Method makeAgreement

extra/yassl/src/crypto_wrapper.cpp:852–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850
851
852void DiffieHellman::makeAgreement(const byte* other, unsigned int otherSz)
853{
854 pimpl_->dh_.Agree(pimpl_->agreedKey_, pimpl_->privateKey_, other, otherSz);
855}
856
857
858uint DiffieHellman::get_agreedKeyLength() const

Callers 2

buildMethod · 0.80
readMethod · 0.80

Calls 1

AgreeMethod · 0.80

Tested by

no test coverage detected