Searched refs:hmac_offset (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.81.2/bsd/netinet/ |
| H A D | flow_divert.c | 553 int hmac_offset; in flow_divert_packet_verify_hmac() local 571 hmac_offset = flow_divert_packet_find_tlv(packet, 0, FLOW_DIVERT_TLV_HMAC, &error, 0); in flow_divert_packet_verify_hmac() 572 if (hmac_offset < 0) { in flow_divert_packet_verify_hmac() 576 …error = flow_divert_packet_get_tlv(packet, hmac_offset, FLOW_DIVERT_TLV_HMAC, sizeof(packet_hmac),… in flow_divert_packet_verify_hmac() 582 error = mbuf_split(packet, hmac_offset, MBUF_WAITOK, &tail); in flow_divert_packet_verify_hmac()
|