Searched refs:SipBuf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/crypto/siphash/ |
| H A D | siphash.c | 94 SipBuf(SIPHASH_CTX *ctx, const uint8_t **src, size_t len, int final) in SipBuf() function 139 len -= SipBuf(ctx, &s, len, 0); in SipHash_Update() 166 (void)SipBuf(ctx, &s, rem, 0); in SipHash_Update() 189 SipBuf(ctx, NULL, 0, 1); in SipHash_End()
|