Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dxform_esp.c384 int aad_skip; in esp_input() local
396 aad_skip = SPI_SIZE; in esp_input()
399 bcopy(&seqh, (char *)crp->crp_aad + aad_skip, sizeof(seqh)); in esp_input()
400 aad_skip += sizeof(seqh); in esp_input()
403 if (crp->crp_aad_length - aad_skip > 0) in esp_input()
405 crp->crp_aad_length - aad_skip, in esp_input()
406 (char *)crp->crp_aad + aad_skip); in esp_input()
937 int aad_skip; in esp_output() local
949 aad_skip = SPI_SIZE; in esp_output()
952 bcopy(&seqh, (char *)crp->crp_aad + aad_skip, sizeof(seqh)); in esp_output()
[all …]