Searched refs:sip24_update (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/expat/ |
D | siphash.h | 209 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() function 275 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
|
D | xmlparse.c | 3650 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts() 3655 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts() 7182 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
|