Home
last modified time | relevance | path

Searched refs:SHA2Engine (Results 1 – 7 of 7) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DSHA2Engine.h34 class Foundation_API SHA2Engine: public DigestEngine
47 SHA2Engine(ALGORITHM algorithm = SHA_256);
48 ~SHA2Engine();
64 SHA2Engine(const SHA2Engine&);
65 SHA2Engine& operator = (const SHA2Engine&);
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DSHA2EngineTest.cpp21 using Poco::SHA2Engine;
37 SHA2Engine engine(SHA2Engine::SHA_224); in testSHA224()
56 SHA2Engine engine(SHA2Engine::SHA_256); in testSHA256()
75 SHA2Engine engine(SHA2Engine::SHA_384); in testSHA384()
94 SHA2Engine engine(SHA2Engine::SHA_512); in testSHA512()
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DSHA2Engine.cpp44 SHA2Engine::ALGORITHM size;
200 SHA2Engine::SHA2Engine(ALGORITHM algorithm): in SHA2Engine() function in Poco::SHA2Engine
209 SHA2Engine::~SHA2Engine() in ~SHA2Engine()
271 void SHA2Engine::updateImpl(const void* buffer_, std::size_t count) in updateImpl()
324 std::size_t SHA2Engine::digestLength() const in digestLength()
330 void SHA2Engine::reset() in reset()
383 const DigestEngine::Digest& SHA2Engine::digest() in digest()
/dports/devel/poco/poco-1.10.1-all/Foundation/
H A DMakefile24 SHA1Engine SHA2Engine Semaphore SharedLibrary SimpleFileChannel \
/dports/devel/poco/poco-1.10.1-all/
H A DMANIFEST1169 Foundation/include/Poco/SHA2Engine.h
1714 Foundation/src/SHA2Engine.cpp
H A DCHANGELOG16 - GH #2912: Poco::SHA2Engine computes incorrect hash on big-endian systems
/dports/devel/poco/poco-1.10.1-all/doc/
H A D99100-ReleaseNotes.page18 - GH #2912: Poco::SHA2Engine computes incorrect hash on big-endian systems