gnutls_hmac_get_len (3) Linux Manual Page
gnutls_hmac_get_len – API function Synopsis#include <gnutls/crypto.h> int gnutls_hmac_get_len(gnutls_mac_algorithm_t algorithm); Argumentsgnutls_mac_algorithm_t algorithm the hmac algorithm to useDescriptionThis function will return the length of the output data of the given hmac algorithm. ReturnsThe length or zero on error. Since2.10.0 Reporting BugsReport bugs to <bugs [at] gnutls.org>. Home page: http://www.gnutls.org CopyrightCopyright © 2001-2014 Free Software Foundation, Inc.. Copying…
