Searched refs:sip_state (Results 1 – 1 of 1) sorted by relevance
3615 struct siphash sip_state; in storeAtts() local3619 sip24_init(&sip_state, &sip_key); in storeAtts()3650 sip24_update(&sip_state, b->uri, b->uriLen * sizeof(XML_Char)); in storeAtts()3655 sip24_update(&sip_state, s, keylen(s) * sizeof(XML_Char)); in storeAtts()3662 uriHash = (unsigned long)sip24_final(&sip_state); in storeAtts()