Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Desp_output.c979 uint8_t *src_payload = NULL, *dst_payload = NULL; in esp_kpipe_output() local
1221 dst_payload = dbaddr + iphlen + esphlen; in esp_kpipe_output()
1223 esp, iv, ivlen, dst_payload, plen + extendsiz)) != 0)) { in esp_kpipe_output()
1232 auth_buf = dst_payload + plen + extendsiz; in esp_kpipe_output()
H A Desp_input.c1738 uint8_t *src_payload = NULL, *dst_payload = NULL; in esp_kpipe_input() local
1995 dst_payload = dbaddr + iphlen; in esp_kpipe_input()
1998 encrypted_payload_len, esp, iv, ivlen, dst_payload, in esp_kpipe_input()
2031 esptail = (struct esptail *)(dst_payload + encrypted_payload_len - in esp_kpipe_input()