Home
last modified time | relevance | path

Searched refs:siphash24 (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libexpat/lib/
H A Dsiphash.h270 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24() function
367 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i])) in sip24_valid()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dhv_macro.t215 XS::APItest::HvMacro::siphash24( $state, native_to_uni("Larry wall is BDFL")) ),
/openbsd/lib/libexpat/tests/
H A Dbasic_tests.c130 if (siphash24(message, len, &key) != expected) in START_TEST()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs7573 siphash24(SV *state_sv, SV *str_sv) in siphash24() function