Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c1749 uint32_t newspi; in ah_getspi() local
1756 IPPROTO_AH, (uint8_t *)&newspi, sizeof (uint32_t), NULL); in ah_getspi()
1758 (void) random_get_pseudo_bytes((uint8_t *)&newspi, in ah_getspi()
1761 newbie = sadb_getspi(ksi, newspi, &diagnostic, in ah_getspi()
H A Dipsecesp.c1127 uint32_t newspi; in esp_getspi() local
1134 IPPROTO_ESP, (uint8_t *)&newspi, sizeof (uint32_t), NULL); in esp_getspi()
1136 (void) random_get_pseudo_bytes((uint8_t *)&newspi, in esp_getspi()
1139 newbie = sadb_getspi(ksi, newspi, &diagnostic, in esp_getspi()