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

Method get_cipherLength

extra/yassl/src/crypto_wrapper.cpp:663–666  ·  view source on GitHub ↗

get cipher text length, varies on key size

Source from the content-addressed store, hash-verified

661
662// get cipher text length, varies on key size
663unsigned int RSA::get_cipherLength() const
664{
665 return pimpl_->publicKey_.FixedCiphertextLength();
666}
667
668
669// get signautre length, varies on key size

Callers 3

buildMethod · 0.80
readMethod · 0.80
BuildMethod · 0.80

Calls 1

FixedCiphertextLengthMethod · 0.45

Tested by

no test coverage detected