Home
last modified time | relevance | path

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

/freebsd/sys/rpc/rpcsec_tls/
H A Dauth_tls.c69 static void authtls_destroy (AUTH *);
76 .ah_destroy = authtls_destroy,
163 authtls_destroy(AUTH *client) in authtls_destroy() function