Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dauth.h123 #define AUTH_NEXTVERF(auth) \ argument
125 #define auth_nextverf(auth) \ argument
128 #define AUTH_MARSHALL(auth, xdrs) \ argument
130 #define auth_marshall(auth, xdrs) \ argument
133 #define AUTH_VALIDATE(auth, verfp) \ argument
135 #define auth_validate(auth, verfp) \ argument
138 #define AUTH_REFRESH(auth) \ argument
140 #define auth_refresh(auth) \ argument
143 #define AUTH_DESTROY(auth) \ argument
145 #define auth_destroy(auth) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dauth_unix.c80 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
97 AUTH *auth; in authunix_create() local
200 authunix_marshal (AUTH *auth, XDR *xdrs) in authunix_marshal()
208 authunix_validate (AUTH *auth, struct opaque_auth *verf) in authunix_validate()
242 authunix_refresh (AUTH *auth) in authunix_refresh()
285 authunix_destroy (AUTH *auth) in authunix_destroy()
308 marshal_new_auth (AUTH *auth) in marshal_new_auth()

Completed in 3 milliseconds