Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dauth_none.c65 static void authnone_destroy (AUTH *);
72 .ah_destroy = authnone_destroy,
147 authnone_destroy(AUTH *client) in authnone_destroy() function
/freebsd/lib/libc/rpc/
H A Dauth_none.c61 static void authnone_destroy (AUTH *);
149 authnone_destroy(AUTH *client) in authnone_destroy() function
166 ops.ah_destroy = authnone_destroy; in authnone_ops()