Searched refs:StringSource (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipstest.cpp52 StringSource(output, true, new HexDecoder(new ChannelSwitch(comparison, "1")));
68 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)));
84 StringSource(plaintext, true, new HexDecoder(new StreamTransformationFilter(encryption, new ChannelSwitch(comparison, "0"), StreamTransformationFilter::NO_PADDING)));
85 StringSource(ciphertext, true, new HexDecoder(new ChannelSwitch(comparison, "1")));
87 StringSource(ciphertext, true, new HexDecoder(new StreamTransformationFilter(decryption, new ChannelSwitch(comparison, "0"), StreamTransformationFilter::NO_PADDING)));
88 StringSource(plaintext, true, new HexDecoder(new ChannelSwitch(comparison, "1")));
107 StringSource(key, true, new HexDecoder(new StringSink(decodedKey)));
113 StringSource(hexI
[all...]
H A Deccrypto.cpp74 StringSource ssA(a, true, new HexDecoder);
75 StringSource ssB(b, true, new HexDecoder);
94 StringSource ssP(p, true, new HexDecoder);
95 StringSource ssA(a, true, new HexDecoder);
96 StringSource ssB(b, true, new HexDecoder);
435 StringSource ssG(param.g, true, new HexDecoder);
441 StringSource ssN(param.n, true, new HexDecoder);
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)));
233 StringSource ss(GetDecodedDatum(v, "Message"), true, new Redirector(f));
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));
367 StringSource xx(encrypted, false, new HexEncoder(new FileSink(std::cout)));
373 StringSource dd(encrypted, false, new StreamTransformationFilter(*decryptor, new StringSink(decrypted), StreamTransformationFilter::NO_PADDING));
379 StringSource xx(decrypted, false, new HexEncoder(new FileSink(std::cout)));
449 StringSource x
[all...]
H A Dfipsalgt.cpp225 StringSource(data.begin(), data.size(), true, new HexEncoder(new StringSink(hexData), false));
325 StringSource(m_data["Msg"], true, new HexDecoder(new SignerFilter(m_rng, signer, new ArraySink(sig, sig.size()))));
357 StringSource(m_data["Msg"], true, new HexDecoder(new Redirector(filter, Redirector::DATA_ONLY)));
505 StringSource(m_data["Msg"], true, new HexDecoder(new SignerFilter(m_rng, signer, new ArraySink(sig, sig.size()))));
521 StringSource(m_data["R"], true, new Redirector(filter, Redirector::DATA_ONLY));
522 StringSource(m_data["S"], true, new Redirector(filter, Redirector::DATA_ONLY));
523 StringSource(m_data["Msg"], true, new Redirector(filter, Redirector::DATA_ONLY));
539 StringSource(m_data["Seed"], true, new HexDecoder(new ArraySink(seed, seed.size())));
627 StringSource(m_data["S"], true, new Redirector(filter, Redirector::DATA_ONLY));
628 StringSource(m_dat
[all...]
H A Dfilters.h778 class CRYPTOPP_DLL StringSource : public SourceTemplate<StringStore> class in inherits:SourceTemplate
781 StringSource(BufferedTransformation *attachment = NULL) function in class:StringSource
784 StringSource(const char *string, bool pumpAll, BufferedTransformation *attachment = NULL) function in class:StringSource
787 StringSource(const byte *string, size_t length, bool pumpAll, BufferedTransformation *attachment = NULL) function in class:StringSource
790 StringSource(const std::string &string, bool pumpAll, BufferedTransformation *attachment = NULL) function in class:StringSource
795 typedef StringSource ArraySource;
H A Dtest.cpp382 StringSource ss(hex, true, new HexDecoder);
413 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)));
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)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCreditsList.cpp386 CryptoPP::StringSource ss_Pubkey((byte*)pTarget->GetSecureIdent(),pTarget->GetSecIDKeyLen(),true,0);

Completed in 186 milliseconds