Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_syncookie.c81 SYSCTL_INT(_net_inet_tcp, OID_AUTO, syncookie_hmac_sha256,
89 static uint32_t syncookie_hmac_sha256(struct tcp_inp *tpi, uint8_t flags, uint8_t key[CCSHA256_OUTP…
532 syncookie_hmac_sha256(struct tcp_inp *tpi, uint8_t flags, uint8_t key[CCSHA256_OUTPUT_SIZE]) in syncookie_hmac_sha256() function
563 return syncookie_hmac_sha256(tpi, flags, (uint8_t *) tcp_syncookie_secret.key); in syncookie_mac()