Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c93 if (s->evnt_handle != NULL) { in sess_free()
94 crypto_unnotify_events(s->evnt_handle); in sess_free()
95 s->evnt_handle = NULL; in sess_free()
391 kssl_entry->ke_sessinfo->evnt_handle = in create_sessinfo()
H A Dksslimpl.h81 crypto_notify_handle_t evnt_handle; member