Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dsiphash.h132 struct siphash { struct
167 sip_round(struct siphash *H, const int rounds) { in sip_round()
191 static struct siphash *
192 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init()
206 static struct siphash *
207 sip24_update(struct siphash *H, const void *src, size_t len) { in sip24_update()
231 sip24_final(struct siphash *H) { in sip24_final()
272 struct siphash state = SIPHASH_INITIALIZER; in siphash24()
H A Dxmlparse.c3537 struct siphash sip_state; in storeAtts()
7030 struct siphash state; in hash()
/dragonfly/sys/crypto/
H A DMakefile44 .PATH: ${.CURDIR}/siphash
45 SRCS+= siphash.c
/dragonfly/contrib/expat/
H A DChanges829 #100 Fix use of SIPHASH_MAIN in siphash.h
/dragonfly/sys/conf/
H A Dfiles2264 crypto/siphash/siphash.c optional crypto