Searched refs:g_hmac_update (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/tests/ |
D | hmac.c | 406 g_hmac_update (hmac, t->data, t->data_len); in test_hmac() 451 g_hmac_update (hmac, (guchar*)"bcdef", 5); in test_hmac_for_data() 468 g_hmac_update (hmac, (guchar*)"bcdef", 5); in test_hmac_for_string() 487 g_hmac_update (hmac, (guchar*)"bcdef", 5); in test_hmac_for_bytes()
|
/third_party/glib/glib/ |
D | ghmac.c | 254 g_hmac_update (GHmac *hmac, in g_hmac_update() function 368 g_hmac_update (hmac, data, length); in g_compute_hmac_for_data()
|
D | ghmac.h | 53 void g_hmac_update (GHmac *hmac,
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3483 g_hmac_update
|