Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dflow_divert.c532 uint8_t computed_hmac[SHA_DIGEST_LENGTH]; in flow_divert_packet_verify_hmac() local
571 error = flow_divert_packet_compute_hmac(packet, group, computed_hmac); in flow_divert_packet_verify_hmac()
576 if (cc_cmp_safe(sizeof(packet_hmac), packet_hmac, computed_hmac)) { in flow_divert_packet_verify_hmac()