Searched refs:GHmac (Results 1 – 7 of 7) sorted by relevance
40 typedef struct _GHmac GHmac; typedef43 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,
92 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 …]
54 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GHmac, g_hmac_unref)
398 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()
110 g_autoptr(GHmac) val = g_hmac_new (G_CHECKSUM_SHA256, (guint8*)"hello", 5); in test_g_hmac()
3478 GHmac
4860 * GHmac has gained SHA-512 support4877 724741 hmac: Fix support for SHA-512 in GHmac7933 * GHmac: Support or HMAC digests