Home
last modified time | relevance | path

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

/dpdk/lib/ipsec/
H A Dpad.h10 static const uint8_t esp_pad_bytes[IPSEC_MAX_PAD_SIZE] = { variable
H A Desp_outb.c223 rte_memcpy(pt, esp_pad_bytes, pdlen); in outb_tun_pkt_prepare()
420 rte_memcpy(pt, esp_pad_bytes, pdlen); in outb_trs_pkt_prepare()
H A Desp_inb.c441 if (memcmp(pd, esp_pad_bytes + n, k) != 0) in check_pad_bytes()
/dpdk/app/test/
H A Dtest_ipsec.c502 static const uint8_t esp_pad_bytes[IPSEC_MAX_PAD_SIZE] = { variable
628 rte_memcpy(dst, esp_pad_bytes, padlen); in setup_test_string_tunneled()