Method
GLibHmacupdate
since: 2.30
Declaration [src]
void
g_hmac_update (
GHmac* hmac,
const guchar* data,
gssize length
)
Description [src]
Feeds data
into an existing 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
.
Available since: 2.30