Searched refs:newspi (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 1904 uint32_t newspi; in ah_getspi() local 1911 IPPROTO_AH, (uint8_t *)&newspi, sizeof (uint32_t), NULL); in ah_getspi() 1913 (void) random_get_pseudo_bytes((uint8_t *)&newspi, in ah_getspi() 1916 newbie = sadb_getspi(ksi, newspi, &diagnostic, in ah_getspi()
|
H A D | ipsecesp.c | 1369 uint32_t newspi; in esp_getspi() local 1376 IPPROTO_ESP, (uint8_t *)&newspi, sizeof (uint32_t), NULL); in esp_getspi() 1378 (void) random_get_pseudo_bytes((uint8_t *)&newspi, in esp_getspi() 1381 newbie = sadb_getspi(ksi, newspi, &diagnostic, in esp_getspi()
|