AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CryptoHash.h"
Public Types | |
typedef EVP_MD const *(* | HashCreator) () |
Static Public Member Functions | |
static EVP_MD_CTX * | MakeCTX () noexcept |
static void | DestroyCTX (EVP_MD_CTX *ctx) |
typedef EVP_MD const *(* Acore::Impl::GenericHashImpl::HashCreator) () |
|
inlinestatic |
Referenced by Acore::Impl::GenericHash< HashCreator, DigestLength >::~GenericHash(), and Acore::Impl::GenericHMAC< HashCreator, DigestLength >::~GenericHMAC().
|
inlinestaticnoexcept |
Referenced by Acore::Impl::GenericHash< HashCreator, DigestLength >::operator=(), and Acore::Impl::GenericHMAC< HashCreator, DigestLength >::operator=().