Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dsiphash.c70 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[SIPHASH_KEY_LENGTH]) in SipHash_SetKey() function
219 SipHash_SetKey(ctx, key); in SipHashX()
H A Dsiphash.h72 void SipHash_SetKey(SIPHASH_CTX *,
/xnu-12377.61.12/bsd/kern/
H A Dposix_sem.c257 SipHash_SetKey(&ctx, psem_global.psem_siphash_key); in psem_cache_hash()
263 SipHash_SetKey(&ctx, psem_local.psem_siphash_key); in psem_cache_hash()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_syncookie.c508 SipHash_SetKey(&ctx, key); in syncookie_siphash()