|
Botan
1.11.15
|
#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 BOTAN_REGISTER_OPENSSL_EVP_HASH | ( | NAME, | |
| EVP | |||
| ) |
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.
| 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.
1.7.6.1