Searched refs:hmac_offset (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ ! |
| H A D | flow_divert.c | 522 int hmac_offset; in flow_divert_packet_verify_hmac() local 545 hmac_offset = flow_divert_packet_find_tlv(packet, 0, FLOW_DIVERT_TLV_HMAC, &error, 0); in flow_divert_packet_verify_hmac() 546 if (hmac_offset < 0) { in flow_divert_packet_verify_hmac() 550 …error = flow_divert_packet_get_tlv(packet, hmac_offset, FLOW_DIVERT_TLV_HMAC, sizeof(packet_hmac),… in flow_divert_packet_verify_hmac() 556 error = mbuf_split(packet, hmac_offset, MBUF_WAITOK, &tail); in flow_divert_packet_verify_hmac()
|