Lines Matching refs:ivlen
137 size_t ivlen; in esp_hdrsiz()
162 ivlen = sav->ivlen; in esp_hdrsiz()
163 if (ivlen < 0) { in esp_hdrsiz()
176 hdrsiz = sizeof(struct esp) + ivlen + maxpad; in esp_hdrsiz()
185 hdrsiz = sizeof(struct newesp) + ivlen + maxpad + authlen; in esp_hdrsiz()
256 int ivlen; in esp_output() local
265 KERNEL_DEBUG(DBG_FNC_ESPOUT | DBG_FUNC_START, sav->ivlen, 0, 0, 0, 0); in esp_output()
343 ivlen = sav->ivlen; in esp_output()
345 if (ivlen < 0) { in esp_output()
372 esphlen = esplen + ivlen; in esp_output()
773 if ((*algo->encrypt)(m, espoff, plen + extendsiz, sav, algo, ivlen)) { in esp_output()