Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform_esp.c264 const struct enc_xform *espx; in esp_input() local
298 espx = sav->tdb_encalgxform; in esp_input()
317 if ((plen & (espx->blocksize - 1)) || (plen <= 0)) { in esp_input()
319 " SA %s/%08lx\n", __func__, plen, espx->blocksize, in esp_input()
679 const struct enc_xform *espx; in esp_output() local
695 espx = sav->tdb_encalgxform; in esp_output()
696 IPSEC_ASSERT(espx != NULL, ("null encoding xform")); in esp_output()
711 blks = MAX(4, espx->native_blocksize); /* Cipher blocksize */ in esp_output()
713 blks = MAX(4, espx->blocksize); in esp_output()