Home
last modified time | relevance | path

Searched refs:GHmac (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/
Dghmac.h40 typedef struct _GHmac GHmac; typedef
43 GHmac * g_hmac_new (GChecksumType digest_type,
47 GHmac * g_hmac_copy (const GHmac *hmac);
49 GHmac * g_hmac_ref (GHmac *hmac);
51 void g_hmac_unref (GHmac *hmac);
53 void g_hmac_update (GHmac *hmac,
57 const gchar * g_hmac_get_string (GHmac *hmac);
59 void g_hmac_get_digest (GHmac *hmac,
Dghmac.c92 GHmac *
98 GHmac *hmac; in g_hmac_new()
124 hmac = g_slice_new0 (GHmac); in g_hmac_new()
176 GHmac *
177 g_hmac_copy (const GHmac *hmac) in g_hmac_copy()
179 GHmac *copy; in g_hmac_copy()
183 copy = g_slice_new (GHmac); in g_hmac_copy()
204 GHmac *
205 g_hmac_ref (GHmac *hmac) in g_hmac_ref()
228 g_hmac_unref (GHmac *hmac) in g_hmac_unref()
[all …]
Dglib-autocleanups.h54 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GHmac, g_hmac_unref)
/third_party/glib/glib/tests/
Dhmac.c398 GHmac *hmac; in test_hmac()
418 GHmac *hmac, *check; in test_hmac_ref_unref()
430 GHmac *hmac, *check; in test_hmac_copy()
444 GHmac *hmac; in test_hmac_for_data()
461 GHmac *hmac; in test_hmac_for_string()
478 GHmac *hmac; in test_hmac_for_bytes()
Dautoptr.c110 g_autoptr(GHmac) val = g_hmac_new (G_CHECKSUM_SHA256, (guint8*)"hello", 5); in test_g_hmac()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3478 GHmac
/third_party/glib/
DNEWS4860 * GHmac has gained SHA-512 support
4877 724741 hmac: Fix support for SHA-512 in GHmac
7933 * GHmac: Support or HMAC digests