Home
last modified time | relevance | path

Searched refs:SipHash_Final (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dsiphash.h75 void SipHash_Final(uint8_t[SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *);
H A Dsiphash.c186 SipHash_Final(uint8_t dst[SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) in SipHash_Final() function
/xnu-12377.61.12/bsd/kern/
H A Dposix_sem.c259 SipHash_Final((u_int8_t *)&nd.psem_hash_global, &ctx); in psem_cache_hash()
266 SipHash_Final((u_int8_t *)&nd.psem_hash_local, &ctx); in psem_cache_hash()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_syncookie.c521 SipHash_Final((u_int8_t *)&siphash, &ctx); in syncookie_siphash()