Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dsiphash.h53 #define SIPHASH_DIGEST_LENGTH 8 macro
H A Dsiphash.c186 SipHash_Final(uint8_t dst[SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) in SipHash_Final()