Home
last modified time | relevance | path

Searched refs:sip24_init (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libexpat/lib/
H A Dsiphash.h191 sip24_init(struct siphash *H, const struct sipkey *key) { in sip24_init() function
272 return sip24_final(sip24_update(sip24_init(&state, key), src, len)); in siphash24()
H A Dxmlparse.c3626 sip24_init(&sip_state, &sip_key); in storeAtts()
7188 sip24_init(&state, &key); in hash()
/openbsd/lib/libexpat/tests/
H A Dbasic_tests.c117 sip24_init(&state, &key); in START_TEST()