HomeSort by: relevance | last modified time | path
    Searched defs:sipkey (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/expat/dist/lib/
siphash.h 54 * implementation employs two data structures: a struct sipkey for
65 * struct sipkey *key = sip_keyof(secret);
140 struct sipkey { struct
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
    [all...]

Completed in 24 milliseconds