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

Method get_blockSize

extra/yassl/include/crypto_wrapper.hpp:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 void set_encryptKey(const byte*, const byte*);
209 void set_decryptKey(const byte*, const byte*);
210 uint get_blockSize() const { return DES_BLOCK; }
211 int get_keySize() const { return DES_KEY_SZ; }
212 int get_ivSize() const { return DES_IV_SZ; }
213 DES();

Callers 6

hashHandShakeFunction · 0.45
sanity_check_messageFunction · 0.45
decrypt_messageFunction · 0.45
cipherFinishedFunction · 0.45
buildMessageFunction · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected