Searched refs:SipHash_Update (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/include/ |
| D | siphash.h | 66 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/ |
| D | siphash.h | 67 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))
|
| D | siphash.c | 72 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/ |
| D | siphash.c | 73 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/ |
| D | siphash.h | 24 PROTO_NORMAL(SipHash_Update);
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 961 SipHash_Update
|