Home
last modified time | relevance | path

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

/src/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
/src/crypto/krb5/src/lib/rpc/
H A Dauth_none.c54 static void authnone_destroy(AUTH *);
65 authnone_destroy,
139 authnone_destroy(AUTH *auth) in authnone_destroy() function
/src/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()