Searched refs:decodedKey (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipstest.cpp67 std::string decodedKey, decodedSeed, decodedDeterministicTimeVector; local
68 StringSource(key, true, new HexDecoder(new StringSink(decodedKey)));
73 rng.Reseed((const byte *)decodedKey.data(), decodedKey.size(), (const byte *)decodedSeed.data(), (const byte *)decodedDeterministicTimeVector.data());
106 std::string decodedKey; local
107 StringSource(key, true, new HexDecoder(new StringSink(decodedKey)));
109 typename CIPHER::Encryption encryption((const byte *)decodedKey.data(), decodedKey.size());
110 typename CIPHER::Decryption decryption((const byte *)decodedKey.data(), decodedKey
147 std::string decodedKey; local
[all...]
H A Dtest.cpp493 std::string decodedKey;
494 StringSource(hexKey, true, new HexDecoder(new StringSink(decodedKey)));
495 mac.reset(new HMAC<SHA1>((const byte *)decodedKey.data(), decodedKey.size()));

Completed in 112 milliseconds