Home
last modified time | relevance | path

Searched refs:SipHash (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/include/
Dsiphash.h69 uint64_t SipHash(const SIPHASH_KEY *, int, int, const void *, size_t);
75 #define SipHash24(_k, _p, _l) SipHash((_k), 2, 4, (_p), (_l))
81 #define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l))
/openbsd/src/sys/crypto/
Dsiphash.h72 uint64_t SipHash(const SIPHASH_KEY *, int, int, const void *, size_t)
79 #define SipHash24(_k, _p, _l) SipHash((_k), 2, 4, (_p), (_l))
85 #define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l))
Dsiphash.c138 SipHash(const SIPHASH_KEY *key, int rc, int rf, const void *src, size_t len) in SipHash() function
/openbsd/src/lib/libc/hidden/
Dsiphash.h27 PROTO_NORMAL(SipHash);
/openbsd/src/lib/libc/hash/
Dsiphash.c142 SipHash(const SIPHASH_KEY *key, int rc, int rf, const void *src, size_t len) in SipHash() function
150 DEF_WEAK(SipHash);
/openbsd/src/lib/libc/
DSymbols.list957 SipHash
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5340delta.pod923 replaced with SipHash. SipHash has been more rigorously reviewed than stadtx.
Dperl5180delta.pod95 exceed that of an integer. (SipHash uses a 16 byte seed.)
124 which might exceed that of an integer. (SipHash uses a 16 byte seed.)
/openbsd/src/lib/libexpat/
DChanges1208 [MOX-001] #35 Change hash algorithm to William Ahern's version of SipHash
/openbsd/src/gnu/usr.bin/perl/
DMANIFEST111 perl_siphash.h Implementation of SipHash