Home
last modified time | relevance | path

Searched refs:sip24_update (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/expat/
Dsiphash.h207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() function
273 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
Dxmlparse.c3488 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts()
3493 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts()
6712 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
/third_party/skia/third_party/externals/expat/expat/lib/
Dsiphash.h207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() function
273 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
Dxmlparse.c3488 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts()
3493 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts()
6712 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
/third_party/expat/lib/
Dsiphash.h207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() function
273 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
Dxmlparse.c3567 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts()
3572 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts()
6897 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c519 sip24_update(&state, message, 4); in START_TEST()
520 sip24_update(&state, message + 4, len - 4); in START_TEST()
523 sip24_update(&state, message, 0); in START_TEST()
/third_party/expat/tests/
Druntests.c519 sip24_update(&state, message, 4); in START_TEST()
520 sip24_update(&state, message + 4, len - 4); in START_TEST()
523 sip24_update(&state, message, 0); in START_TEST()