Blame doc/functions/gnutls_hmac_get_key_size

Packit Service 991b93
Packit Service 991b93
Packit Service 991b93
Packit Service 991b93
Packit Service 991b93
@deftypefun {unsigned} {gnutls_hmac_get_key_size} (gnutls_mac_algorithm_t @var{algorithm})
Packit Service 991b93
@var{algorithm}: the mac algorithm to use
Packit Service 991b93
Packit Service 991b93
This function will return the size of the key to be used with this
Packit Service 991b93
algorithm. On the algorithms which may accept arbitrary key sizes,
Packit Service 991b93
the returned size is the MAC key size used in the TLS protocol.
Packit Service 991b93
Packit Service 991b93
@strong{Returns:} The key size or zero on error.
Packit Service 991b93
Packit Service 991b93
@strong{Since:} 3.6.12
Packit Service 991b93
@end deftypefun