|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <CryptoHash.h>
Public Types | |
| typedef EVP_MD const *(* | HashCreator) () |
Static Public Member Functions | |
| static void | DestroyCTX (EVP_MD_CTX *ctx) |
| static EVP_MD_CTX * | MakeCTX () |
Definition at line 21 of file CryptoHash.h.
| typedef EVP_MD const *(* SkyFire::Impl::GenericHashImpl::HashCreator) () |
Definition at line 23 of file CryptoHash.h.
|
inlinestatic |
Definition at line 30 of file CryptoHash.h.
Referenced by SkyFire::Impl::GenericHash< EVP_sha1, Constants::SHA1_DIGEST_LENGTH_BYTES >::Finalize(), and SkyFire::Impl::GenericHash< EVP_sha1, Constants::SHA1_DIGEST_LENGTH_BYTES >::~GenericHash().
|
inlinestatic |
Definition at line 29 of file CryptoHash.h.