Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/
H A Desp_output.c606 int randpadmax; in esp_output() local
626 randpadmax = ip4_esp_randpad; in esp_output()
629 randpadmax = ip6_esp_randpad; in esp_output()
632 randpadmax = -1; in esp_output()
635 if (randpadmax < 0 || plen + extendsiz >= randpadmax) { in esp_output()
641 randpadmax = (int)((randpadmax / padbound) * padbound); in esp_output()
642 pad = (randpadmax - plen + extendsiz) / padbound; in esp_output()