Home
last modified time | relevance | path

Searched defs:SipHash_Final (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/crypto/siphash/
H A Dsiphash.c167 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) SipHash_Final() function
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() function