Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ipsec/
H A Dpad.h10 static const uint8_t esp_pad_bytes[IPSEC_MAX_PAD_SIZE] = { variable
H A Desp_outb.c176 rte_memcpy(pt, esp_pad_bytes, pdlen); in outb_tun_pkt_prepare()
343 rte_memcpy(pt, esp_pad_bytes, pdlen); in outb_trs_pkt_prepare()
H A Desp_inb.c382 if (memcmp(pd, esp_pad_bytes + n, k) != 0) in check_pad_bytes()
/f-stack/dpdk/app/test/
H A Dtest_ipsec.c492 static const uint8_t esp_pad_bytes[IPSEC_MAX_PAD_SIZE] = { variable
618 rte_memcpy(dst, esp_pad_bytes, padlen); in setup_test_string_tunneled()