Home
last modified time | relevance | path

Searched refs:g_hmac_new (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/tests/
Dhmac.c405 hmac = g_hmac_new (t->digest_type, t->key, t->key_len); in test_hmac()
420 hmac = g_hmac_new (G_CHECKSUM_SHA1, (guchar*)"aaa", 3); in test_hmac_ref_unref()
432 hmac = g_hmac_new (G_CHECKSUM_SHA256, (guchar*)"aaa", 3); in test_hmac_copy()
450 hmac = g_hmac_new (G_CHECKSUM_SHA1, (guchar*)"aaa", 3); in test_hmac_for_data()
467 hmac = g_hmac_new (G_CHECKSUM_SHA1, (guchar*)"aaa", 3); in test_hmac_for_string()
486 hmac = g_hmac_new (G_CHECKSUM_SHA1, (guchar*)"aaa", 3); 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/glib/
Dghmac.c93 g_hmac_new (GChecksumType digest_type, in g_hmac_new() function
364 hmac = g_hmac_new (digest_type, key, key_len); in g_compute_hmac_for_data()
Dghmac.h43 GHmac * g_hmac_new (GChecksumType digest_type,
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3479 g_hmac_new