Lines Matching defs:sipkey
54 * implementation employs two data structures: a struct sipkey for
65 * struct sipkey *key = sip_keyof(secret);
140 struct sipkey {
142 }; /* struct sipkey */
144 #define sip_keyof(k) sip_tokey(&(struct sipkey){{0}}, (k))
146 static struct sipkey *
147 sip_tokey(struct sipkey *key, const void *src) {
191 sip24_init(struct siphash *H, const struct sipkey *key) {
270 siphash24(const void *src, size_t len, const struct sipkey *key) {
358 struct sipkey k;