blob: a2fbaef8c37f9846fdbd05b33e5f432eba586b61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@deftypefun {void} {gnutls_hmac_output} (gnutls_hmac_hd_t @var{handle}, void * @var{digest})
@var{handle}: is a @code{gnutls_hmac_hd_t} type
@var{digest}: is the output value of the MAC
This function will output the current MAC value
and reset the state of the MAC.
@strong{Since:} 2.10.0
@end deftypefun
|