Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3622 struct siphash sip_state; in storeAtts()
3626 sip24_init(&sip_state, &sip_key); in storeAtts()
3657 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()
3669 uriHash = (unsigned long)sip24_final(&sip_state); in storeAtts()
3612 struct siphash sip_state; storeAtts() local