Searched refs:StringSink (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddlltest.cpp116 dsaPublicKey.DEREncode(StringSink(encodedDsaPublicKey).Ref());
117 dsaPrivateKey.DEREncode(StringSink(encodedDsaPrivateKey).Ref());
H A Dfipstest.cpp68 StringSource(key, true, new HexDecoder(new StringSink(decodedKey)));
69 StringSource(seed, true, new HexDecoder(new StringSink(decodedSeed)));
70 StringSource(deterministicTimeVector, true, new HexDecoder(new StringSink(decodedDeterministicTimeVector)));
107 StringSource(key, true, new HexDecoder(new StringSink(decodedKey)));
148 StringSource(key, true, new HexDecoder(new StringSink(decodedKey)));
197 new StringSink(ciphertext)));
208 new StringSink(decrypted)));
422 HexEncoder(new StringSink(hexMac)).PutMessageEnd(actualMac, actualMac.size());
H A Ddatatest.cpp85 StringSource(s1.substr(2, s1.find(' ')), true, new HexDecoder(new StringSink(s2)));
90 StringSource(s1.substr(0, s1.find(' ')), true, new HexDecoder(new StringSink(s2)));
107 PutDecodedDatumInto(data, name, StringSink(s).Ref());
115 PutDecodedDatumInto(data, name, StringSink(s).Ref());
138 PutDecodedDatumInto(m_data, i->first.c_str(), StringSink(m_temp).Ref());
155 PutDecodedDatumInto(m_data, name, StringSink(m_temp).Ref());
283 StringSource ss(GetDecodedDatum(v, "Ciphertext"), true, new PK_DecryptorFilter(GlobalRNG(), *decryptor, new StringSink(decrypted)));
343 StringSource ss(plaintext, false, new StreamTransformationFilter(*encryptor, new StringSink(encrypted), StreamTransformationFilter::NO_PADDING));
349 StringSource ss(plaintext, false, new StreamTransformationFilter(*encryptor, new StringSink(z), StreamTransformationFilter::NO_PADDING));
373 StringSource dd(encrypted, false, new StreamTransformationFilter(*decryptor, new StringSink(decrypte
[all...]
H A Dtest.cpp413 StringSource(message, true, new PK_EncryptorFilter(randPool, pub, new HexEncoder(new StringSink(result))));
423 StringSource(ciphertext, true, new HexDecoder(new PK_DecryptorFilter(GlobalRNG(), priv, new StringSink(result))));
494 StringSource(hexKey, true, new HexDecoder(new StringSink(decodedKey)));
512 DefaultEncryptorWithMAC encryptor(passPhrase, new HexEncoder(new StringSink(outstr)));
523 HexDecoder decryptor(new DefaultDecryptorWithMAC(passPhrase, new StringSink(outstr)));
H A Dvalidat3.cpp613 StringSource(tuple.hexPassword, true, new HexDecoder(new StringSink(password)));
614 StringSource(tuple.hexSalt, true, new HexDecoder(new StringSink(salt)));
615 StringSource(tuple.hexDerivedKey, true, new HexDecoder(new StringSink(derivedKey)));
H A Dfipsalgt.cpp160 HexEncoder(new StringSink(output), false).Put(data, data.size());
225 StringSource(data.begin(), data.size(), true, new HexEncoder(new StringSink(hexData), false));
492 StringSink s(encodedKey);
652 StringSink s(encodedKey);
1077 m_inQueue.TransferTo(StringSink(m_line).Ref());
H A Dfilters.h593 {if (!parameters.GetValue("OutputStringPointer", m_output)) throw InvalidArgument("StringSink: OutputStringPointer not specified");}
613 typedef StringSinkTemplate<std::string> StringSink; typedef

Completed in 121 milliseconds