Function
GLibHmacnew
Declaration [src]
GHmac*
g_hmac_new (
GChecksumType digest_type,
const guchar* key,
gsize key_len
)
Parameters
digest_type
-
Type:
GChecksumType
No description available.
key
-
Type:
const guchar*
No description available.
The data is owned by the caller of the function. key_len
-
Type:
gsize
No 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. |