#include <config.h>
#include <cryptolink.h>
#include <cryptolink/crypto_hmac.h>
#include <boost/scoped_ptr.hpp>
#include <cstring>
Go to the source code of this file.
|  | 
| namespace | isc | 
|  | Defines the logger used by the top-level component of kea-lfc. 
 | 
| namespace | isc::cryptolink | 
|  | 
| void | isc::cryptolink::deleteHMAC (HMAC *hmac) | 
|  | Delete an HMAC object. 
 | 
| void | isc::cryptolink::signHMAC (const void *data, const size_t data_len, const void *secret, size_t secret_len, const HashAlgorithm hash_algorithm, isc::util::OutputBuffer &result, size_t len=0) | 
|  | Create an HMAC signature for the given data. 
 | 
| bool | isc::cryptolink::verifyHMAC (const void *data, const size_t data_len, const void *secret, size_t secret_len, const HashAlgorithm hash_algorithm, const void *sig, const size_t sig_len) | 
|  | Verify an HMAC signature for the given data. 
 |