Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Dflow_divert.c555 uint8_t computed_hmac[SHA_DIGEST_LENGTH]; in flow_divert_packet_verify_hmac() local
589 error = flow_divert_packet_compute_hmac(packet, group, computed_hmac); in flow_divert_packet_verify_hmac()
594 if (cc_cmp_safe(sizeof(packet_hmac), packet_hmac, computed_hmac)) { in flow_divert_packet_verify_hmac()