2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[trac781] forgot to update a doxygen

This commit is contained in:
Jelte Jansen
2011-04-18 13:58:38 +02:00
parent 74e6966d7f
commit f4f11a9b1c

View File

@@ -217,8 +217,11 @@ void signHMAC(const void* data,
///
/// \param data The data to verify
/// \param data_len The length of the data
/// \param key The TSIGKey to verify with
/// \param mac The signature to verify
/// \param secret The secret to sign with
/// \param secret_len The length of the secret
/// \param hash_algorithm The hash algorithm
/// \param sig The signature to verify
/// \param sig_len The length of the signature
/// \return True if the signature verifies, false if not
bool verifyHMAC(const void* data,
const size_t data_len,