Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dsiphash.h141 struct sipkey { struct
145 #define sip_keyof(k) sip_tokey(&(struct sipkey){{0}}, (k))
147 static struct sipkey *
148 sip_tokey(struct sipkey *key, const void *src) { in sip_tokey()
192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init()
271 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24()
359 struct sipkey k; in sip24_valid()
H A Dxmlparse.c219 static void copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key);
3538 struct sipkey sip_key; in storeAtts()
7023 copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key) { in copy_salt_to_sipkey()
7031 struct sipkey key; in hash()