Searched defs:prov_update_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c147 static crypto_notify_handle_t prov_update_handle = NULL; variable
179 if (prov_update_handle != NULL)
180 crypto_unnotify_events(prov_update_handle);
265 prov_update_handle = crypto_notify_events(
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c138 static crypto_notify_handle_t prov_update_handle = NULL; variable
5148 if (prov_update_handle != NULL)
5151 prov_update_handle = crypto_notify_events(
5162 if (prov_update_handle != NULL)
5163 crypto_unnotify_events(prov_update_handle);

Completed in 119 milliseconds