MCPcopy Create free account
hub / github.com/LUX-Core/lux / Attach

Method Attach

src/cryptopp/cryptlib.cpp:772–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772void BufferedTransformation::Attach(BufferedTransformation *newOut)
773{
774 if (AttachedTransformation() && AttachedTransformation()->Attachable())
775 AttachedTransformation()->Attach(newOut);
776 else
777 Detach(newOut);
778}
779
780void GeneratableCryptoMaterial::GenerateRandomWithKeySize(RandomNumberGenerator &rng, unsigned int keySize)
781{

Callers 5

SecretRecoverFileFunction · 0.80
InformationRecoverFileFunction · 0.80
TestFilterFunction · 0.80
ProxyFilterMethod · 0.80
SetFilterMethod · 0.80

Calls 2

AttachedTransformationFunction · 0.85
DetachFunction · 0.85

Tested by 3

SecretRecoverFileFunction · 0.64
InformationRecoverFileFunction · 0.64
TestFilterFunction · 0.64