API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.30
void g_hmac_update ( GHmac* hmac, const guchar* data, gssize length )
Feeds data into an existing GHmac.
data
GHmac
The HMAC must still be open, that is g_hmac_get_string() or g_hmac_get_digest() must not have been called on hmac.
g_hmac_get_string()
g_hmac_get_digest()
hmac
Available since: 2.30
Type: An array of guchar
guchar
Buffer used to compute the checksum.
length
Type: gssize
gssize
Size of the buffer, or -1 if it is a nul-terminated string.