Home
last modified time | relevance | path

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

/openbsd/src/lib/libexpat/lib/
Dsiphash.h206 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update() function
272 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
Dxmlparse.c3657 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts()
3662 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts()
7189 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
/openbsd/src/lib/libexpat/tests/
Dbasic_tests.c120 sip24_update(&state, message, 4); in START_TEST()
121 sip24_update(&state, message + 4, len - 4); in START_TEST()
124 sip24_update(&state, message, 0); in START_TEST()