Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 4 of 4) sorted by relevance

/sunrpc/rpc/
A Dauth.h116 #define AUTH_NEXTVERF(auth) \ argument
118 #define auth_nextverf(auth) \ argument
121 #define AUTH_MARSHALL(auth, xdrs) \ argument
123 #define auth_marshall(auth, xdrs) \ argument
126 #define AUTH_VALIDATE(auth, verfp) \ argument
128 #define auth_validate(auth, verfp) \ argument
131 #define AUTH_REFRESH(auth) \ argument
133 #define auth_refresh(auth) \ argument
136 #define AUTH_DESTROY(auth) \ argument
138 #define auth_destroy(auth) \ argument
/sunrpc/
A Dauth_none.c115 authnone_verf (AUTH *auth) in authnone_verf()
120 authnone_validate (AUTH *auth, struct opaque_auth *oa) in authnone_validate()
126 authnone_refresh (AUTH *auth) in authnone_refresh()
132 authnone_destroy (AUTH *auth) in authnone_destroy()
A Dauth_unix.c85 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
102 AUTH *auth; in authunix_create() local
235 authunix_marshal (AUTH *auth, XDR *xdrs) in authunix_marshal()
243 authunix_validate (AUTH *auth, struct opaque_auth *verf) in authunix_validate()
276 authunix_refresh (AUTH *auth) in authunix_refresh()
319 authunix_destroy (AUTH *auth) in authunix_destroy()
341 marshal_new_auth (AUTH *auth) in marshal_new_auth()
A Dauth_des.c50 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private argument
129 AUTH *auth; in libc_hidden_def() local
240 authdes_marshal (AUTH *auth, XDR *xdrs) in authdes_marshal()
344 authdes_validate (AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
400 authdes_refresh (AUTH *auth) in authdes_refresh()
432 authdes_destroy (AUTH *auth) in authdes_destroy()

Completed in 10 milliseconds