Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dsiphash.h140 struct sipkey { struct
144 #define sip_keyof(k) sip_tokey(&(struct sipkey){{0}}, (k))
146 static struct sipkey *
147 sip_tokey(struct sipkey *key, const void *src) { in sip_tokey()
191 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init()
270 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24()
358 struct sipkey k; in sip24_valid()
H A Dxmlparse.c242 static void copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key);
3623 struct sipkey sip_key; in storeAtts()
7177 copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key) { in hash()
7185 struct sipkey key; in lookup()
/freebsd/contrib/expat/fuzz/
H A Dxml_parse_fuzzer.c61 struct sipkey *key = sip_keyof(hash_key); in ParseOneInput()
H A Dxml_parsebuffer_fuzzer.c62 struct sipkey *key = sip_keyof(hash_key); in ParseOneInput()
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c113 struct sipkey key; in START_TEST()