Home
last modified time | relevance | path

Searched defs:SipHash_Update (Results 1 – 2 of 2) sorted by path

/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c139 void SipHash_Update(SIPHASH *ctx, const unsigned char *in, size_t inlen) in SipHash_Update() function
/freebsd/sys/crypto/siphash/
H A Dsiphash.c117 SipHash_Update(SIPHASH_CTX *ctx, const void *src, size_t len) in SipHash_Update() function