Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform_esp.c83 #define SPI_SIZE 4 macro
385 m_copydata(m, skip, SPI_SIZE, crp->crp_aad); in esp_input()
386 aad_skip = SPI_SIZE; in esp_input()
394 m_copydata(m, skip + SPI_SIZE, in esp_input()
926 m_copydata(m, skip, SPI_SIZE, crp->crp_aad); in esp_output()
927 aad_skip = SPI_SIZE; in esp_output()
935 m_copydata(m, skip + SPI_SIZE, in esp_output()