Searched refs:packet_hmac (Results 1 – 1 of 1) sorted by relevance
591 uint8_t packet_hmac[SHA_DIGEST_LENGTH]; in flow_divert_packet_verify_hmac() local613 …_packet_get_tlv(packet, hmac_offset, FLOW_DIVERT_TLV_HMAC, sizeof(packet_hmac), packet_hmac, NULL); in flow_divert_packet_verify_hmac()631 if (cc_cmp_safe(sizeof(packet_hmac), packet_hmac, computed_hmac)) { in flow_divert_packet_verify_hmac()