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

/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c3261 struct siphash sip_state; local
3265 sip24_init(&sip_state, &sip_key);
3296 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char));
3301 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char));
3308 uriHash = (unsigned long)sip24_final(&sip_state);

Completed in 109 milliseconds