Home
last modified time | relevance | path

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

/freebsd-head/contrib/expat/lib/
HDsiphash.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()
HDxmlparse.c3781 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts()
3786 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts()
7457 sip24_update(&state, s, keylen(s) * sizeof(XML_Char)); in hash()
/freebsd-head/contrib/expat/tests/
HDbasic_tests.c121 sip24_update(&state, message, 4); in START_TEST()
122 sip24_update(&state, message + 4, len - 4); in START_TEST()
125 sip24_update(&state, message, 0); in START_TEST()