Function
GLibHmacnew
Declaration [src]
GHmac*
g_hmac_new (
GChecksumType digest_type,
const guchar* key,
gsize key_len
)
Parameters
digest_type-
Type:
GChecksumTypeNo description available.
key-
Type:
const guchar*No description available.
The data is owned by the caller of the function. key_len-
Type:
gsizeNo description available.
Return value
Type: GHmac
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |