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

Method get_agreedKeyLength

extra/yassl/src/crypto_wrapper.cpp:858–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856
857
858uint DiffieHellman::get_agreedKeyLength() const
859{
860 return pimpl_->dh_.GetByteLength();
861}
862
863
864const byte* DiffieHellman::get_agreedKey() const

Callers 2

buildMethod · 0.80
readMethod · 0.80

Calls 1

GetByteLengthMethod · 0.80

Tested by

no test coverage detected