- g_compute_hmac_for_data
gchar* g_compute_hmac_for_data(GChecksumType digest_type, const(guchar)* key, gsize key_len, const(guchar)* data, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_compute_hmac_for_string
gchar* g_compute_hmac_for_string(GChecksumType digest_type, const(guchar)* key, gsize key_len, const(gchar)* str, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hmac_copy
GHmac* g_hmac_copy(const(GHmac)* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hmac_get_digest
void g_hmac_get_digest(GHmac* hmac, guint8* buffer, gsize* digest_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hmac_get_string
const(gchar)* g_hmac_get_string(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hmac_new
GHmac* g_hmac_new(GChecksumType digest_type, const(guchar)* key, gsize key_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hmac_ref
GHmac* g_hmac_ref(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hmac_unref
void g_hmac_unref(GHmac* hmac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_hmac_update
void g_hmac_update(GHmac* hmac, const(guchar)* data, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.