Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dflow_divert.c601 uint8_t computed_hmac[SHA_DIGEST_LENGTH]; in flow_divert_packet_verify_hmac() local
635 error = flow_divert_packet_compute_hmac(packet, group, computed_hmac); in flow_divert_packet_verify_hmac()
640 if (cc_cmp_safe(sizeof(packet_hmac), packet_hmac, computed_hmac)) { in flow_divert_packet_verify_hmac()