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

/freebsd-13-stable/contrib/expat/lib/
H A Dsiphash.h51 * implementation employs two data structures: a struct sipkey for
62 * struct sipkey *key = sip_keyof(secret);
146 struct sipkey { struct
148 }; /* struct sipkey */
150 #define sip_keyof(k) sip_tokey(&(struct sipkey){{0}}, (k))
152 static struct sipkey *
153 sip_tokey(struct sipkey *key, const void *src) {
197 sip24_init(struct siphash *H, const struct sipkey *key) {
276 siphash24(const void *src, size_t len, const struct sipkey *key) {
364 struct sipkey
[all...]
H A Dxmlparse.c191 static void copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key);
3262 struct sipkey sip_key;
6367 copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key) {
6375 struct sipkey key;
/freebsd-13-stable/contrib/expat/tests/
H A Druntests.c512 struct sipkey key;

Completed in 195 milliseconds