Searched refs:SPI_SIZE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netipsec/ |
H A D | xform_esp.c | 83 #define SPI_SIZE 4 macro 395 m_copydata(m, skip, SPI_SIZE, crp->crp_aad); in esp_input() 396 aad_skip = SPI_SIZE; in esp_input() 404 m_copydata(m, skip + SPI_SIZE, in esp_input() 948 m_copydata(m, skip, SPI_SIZE, crp->crp_aad); in esp_output() 949 aad_skip = SPI_SIZE; in esp_output() 957 m_copydata(m, skip + SPI_SIZE, in esp_output()
|