Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Din_pcb.h199 SIPHASH_KEY inpt_key, inpt_lkey; /* [I] secrets for hashes */ member
H A Din_pcb.c157 SipHash24_Init(&ctx, &table->inpt_key); in in_pcbhash()
189 arc4random_buf(&table->inpt_key, sizeof(table->inpt_key)); in in_pcbinit()
/openbsd/sys/netinet6/
H A Din6_pcb.c143 SipHash24_Init(&ctx, &table->inpt_key); in in6_pcbhash()