Home
last modified time | relevance | path

Searched refs:SIPHASH_KEY_LENGTH (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dsiphash.h52 #define SIPHASH_KEY_LENGTH 16 macro
73 const uint8_t[SIPHASH_KEY_LENGTH]);
81 const uint8_t key[SIPHASH_KEY_LENGTH], const void *src __sized_by(len), size_t len);
H A Dsiphash.c70 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[SIPHASH_KEY_LENGTH]) in SipHash_SetKey() argument
215 const uint8_t key[SIPHASH_KEY_LENGTH], in SipHashX() argument
/xnu-12377.61.12/bsd/kern/
H A Dposix_sem.c173 uint8_t psem_siphash_key[SIPHASH_KEY_LENGTH];