Home
last modified time | relevance | path

Searched refs:SipHash_Update (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/include/
Dsiphash.h66 void SipHash_Update(SIPHASH_CTX *, int, int, const void *, size_t);
72 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l))
78 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l))
/openbsd/src/sys/crypto/
Dsiphash.h67 void SipHash_Update(SIPHASH_CTX *, int, int, const void *, size_t)
76 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l))
82 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l))
Dsiphash.c72 SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, const void *src, size_t len) in SipHash_Update() function
143 SipHash_Update(&ctx, rc, rf, src, len); in SipHash()
/openbsd/src/lib/libc/hash/
Dsiphash.c73 SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, const void *src, size_t len) in SipHash_Update() function
108 DEF_WEAK(SipHash_Update);
147 SipHash_Update(&ctx, rc, rf, src, len); in SipHash()
/openbsd/src/lib/libc/hidden/
Dsiphash.h24 PROTO_NORMAL(SipHash_Update);
/openbsd/src/lib/libc/
DSymbols.list961 SipHash_Update