Searched refs:HexDecoder (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dhex.cpp22 void HexDecoder::IsolatedInitialize(const NameValuePairs &parameters)
29 const int *HexDecoder::GetDefaultDecodingLookupArray()
H A Dhex.h22 class CRYPTOPP_DLL HexDecoder : public BaseN_Decoder class in inherits:BaseN_Decoder
25 HexDecoder(BufferedTransformation *attachment = NULL) function in class:HexDecoder
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(hexIV, true, new HexDecoder(ne
[all...]
H A Dvalidat2.cpp271 FileSource keys("TestData/rsa512a.dat", true, new HexDecoder);
296 FileSource keys("TestData/rsa1024.dat", true, new HexDecoder);
323 FileSource privFile("TestData/rsa400pv.dat", true, new HexDecoder);
324 FileSource pubFile("TestData/rsa400pb.dat", true, new HexDecoder);
347 FileSource f("TestData/dh1024.dat", true, new HexDecoder());
356 FileSource f("TestData/mqv1024.dat", true, new HexDecoder());
365 FileSource f("TestData/lucd512.dat", true, new HexDecoder());
374 FileSource f("TestData/xtrdh171.dat", true, new HexDecoder());
384 FileSource fc("TestData/elgc1024.dat", true, new HexDecoder);
402 FileSource fc("TestData/dlie1024.dat", true, new HexDecoder);
[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 Dtest.cpp382 StringSource ss(hex, true, new HexDecoder);
406 FileSource pubFile(pubFilename, true, new HexDecoder);
419 FileSource privFile(privFilename, true, new HexDecoder);
423 StringSource(ciphertext, true, new HexDecoder(new PK_DecryptorFilter(GlobalRNG(), priv, new StringSink(result))));
429 FileSource privFile(privFilename, true, new HexDecoder);
436 FileSource pubFile(pubFilename, true, new HexDecoder);
439 FileSource signatureFile(signatureFilename, true, new HexDecoder);
494 StringSource(hexKey, true, new HexDecoder(new StringSink(decodedKey)));
523 HexDecoder decryptor(new DefaultDecryptorWithMAC(passPhrase, new StringSink(outstr)));
697 FileSource(in, true, new HexDecoder(ne
[all...]
H A Dvalidat1.cpp511 FileSource valdata("TestData/descert.dat", true, new HexDecoder);
516 FileSource valdata1("TestData/3desval.dat", true, new HexDecoder);
858 FileSource valdata("TestData/ideaval.dat", true, new HexDecoder);
866 FileSource valdata("TestData/saferval.dat", true, new HexDecoder);
879 FileSource valdata("TestData/rc2val.dat", true, new HexDecoder);
1089 FileSource valdata("TestData/rc5val.dat", true, new HexDecoder);
1097 FileSource valdata("TestData/rc6val.dat", true, new HexDecoder);
1109 FileSource valdata("TestData/marsval.dat", true, new HexDecoder);
1121 FileSource valdata("TestData/rijndael.dat", true, new HexDecoder);
1134 FileSource valdata("TestData/twofishv.dat", true, new HexDecoder);
[all...]
H A Dbench2.cpp210 FileSource f(filename, true, new HexDecoder());
221 FileSource f(filename, true, new HexDecoder());
232 FileSource f(filename, true, new HexDecoder());
H A Dfipsalgt.cpp325 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()))));
520 HexDecoder filter(new SignatureVerificationFilter(verifier));
539 StringSource(m_data["Seed"], true, new HexDecoder(new ArraySink(seed, seed.size())));
624 HexDecoder filter(new SignatureVerificationFilter(*pV));
662 StringSource(m_data["Msg"], true, new HexDecoder(new SignerFilter(m_rng, *pS, new ArraySink(sig, sig.size()))));
731 HexDecoder hexDec(new ArraySink(key, key.size()));
750 StringSource(m_data["Key1"] + m_data["Key2"] + m_data["Key3"], true, new HexDecoder(new ArraySink(key, key.size())));
791 StringSource(m_data["Msg"], true, new HexDecoder(ne
[all...]
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 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)));

Completed in 144 milliseconds