Searched defs:auth (Results 1 – 4 of 4) sorted by relevance
116 #define AUTH_NEXTVERF(auth) \ argument118 #define auth_nextverf(auth) \ argument121 #define AUTH_MARSHALL(auth, xdrs) \ argument123 #define auth_marshall(auth, xdrs) \ argument126 #define AUTH_VALIDATE(auth, verfp) \ argument128 #define auth_validate(auth, verfp) \ argument131 #define AUTH_REFRESH(auth) \ argument133 #define auth_refresh(auth) \ argument136 #define AUTH_DESTROY(auth) \ argument138 #define auth_destroy(auth) \ argument
115 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()
85 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument102 AUTH *auth; in authunix_create() local235 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()
50 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private argument129 AUTH *auth; in libc_hidden_def() local240 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