Searched refs:g_hmac_new (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | hmac.c | 405 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()
|
D | autoptr.c | 110 g_autoptr(GHmac) val = g_hmac_new (G_CHECKSUM_SHA256, (guint8*)"hello", 5); in test_g_hmac()
|
/third_party/glib/glib/ |
D | ghmac.c | 93 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()
|
D | ghmac.h | 43 GHmac * g_hmac_new (GChecksumType digest_type,
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3479 g_hmac_new
|