Botan  1.11.15
Namespaces | Defines
src/lib/vendor/openssl/openssl_hash.cpp File Reference
#include <botan/internal/hash_utils.h>
#include <openssl/evp.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Defines

#define BOTAN_REGISTER_OPENSSL_EVP_HASH(NAME, EVP)

Define Documentation

#define BOTAN_REGISTER_OPENSSL_EVP_HASH (   NAME,
  EVP 
)
Value:
BOTAN_REGISTER_TYPE(HashFunction, OpenSSL_HashFunction ## EVP, NAME, \
                       make_evp_hash_maker(EVP(), NAME), "openssl", 32);

Definition at line 79 of file openssl_hash.cpp.


Variable Documentation

EVP_MD_CTX m_md

Definition at line 67 of file openssl_hash.cpp.

std::string m_name

Definition at line 66 of file openssl_hash.cpp.