Kea 2.7.5
|
#include <config.h>
#include <cryptolink.h>
#include <cryptolink/crypto_hash.h>
#include <boost/scoped_ptr.hpp>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::cryptolink |
Functions | |
void | isc::cryptolink::deleteHash (Hash *hash) |
Delete an Hash object. | |
void | isc::cryptolink::digest (const void *data, const size_t data_len, const HashAlgorithm hash_algorithm, isc::util::OutputBuffer &result, size_t len=0) |
Create an Hash digest for the given data. | |