MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / decrypt

Method decrypt

src/plugins/crypt/arc4/Arc4.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void Arc4::decrypt(CheckStatusWrapper* status, unsigned int length, const void* from, void* to)
140{
141 status->init();
142 de->transform(length, from, to);
143}
144
145Cypher* Arc4::createCypher(unsigned int l, const void* key)
146{

Callers 3

packet_receiveFunction · 0.45
crypt_read_blockFunction · 0.45
internalReadMethod · 0.45

Calls 2

initMethod · 0.45
transformMethod · 0.45

Tested by

no test coverage detected