Home
last modified time | relevance | path

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

/sunrpc/rpc/
A Dauth.h117 ((*((auth)->ah_ops->ah_nextverf))(auth))
119 ((*((auth)->ah_ops->ah_nextverf))(auth))
122 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
124 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
127 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
129 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
131 #define AUTH_REFRESH(auth) \ argument
132 ((*((auth)->ah_ops->ah_refresh))(auth))
134 ((*((auth)->ah_ops->ah_refresh))(auth))
137 ((*((auth)->ah_ops->ah_destroy))(auth))
[all …]
/sunrpc/
A Dauth_unix.c85 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
102 AUTH *auth; in authunix_create() local
108 auth = (AUTH *) mem_alloc (sizeof (*auth)); in authunix_create()
114 mem_free (auth, sizeof (*auth)); in authunix_create()
151 marshal_new_auth (auth); in authunix_create()
152 return auth; in authunix_create()
276 authunix_refresh (AUTH *auth) in authunix_refresh() argument
309 marshal_new_auth (auth); in authunix_refresh()
319 authunix_destroy (AUTH *auth) in authunix_destroy() argument
331 mem_free (auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
[all …]
A Dauth_des.c50 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private argument
129 AUTH *auth; in libc_hidden_def() local
136 auth = ALLOC (AUTH); in libc_hidden_def()
185 auth->ah_key = *ckey; in libc_hidden_def()
195 if (!authdes_refresh (auth)) in libc_hidden_def()
198 return auth; in libc_hidden_def()
201 if (auth != NULL) in libc_hidden_def()
229 authdes_nextverf (AUTH *auth) in libc_hidden_def()
400 authdes_refresh (AUTH *auth) in authdes_refresh() argument
414 ad->ad_xkey = auth->ah_key; in authdes_refresh()
[all …]
A Dauth_none.c115 authnone_verf (AUTH *auth) in authnone_verf() argument
120 authnone_validate (AUTH *auth, struct opaque_auth *oa) in authnone_validate() argument
126 authnone_refresh (AUTH *auth) in authnone_refresh() argument
132 authnone_destroy (AUTH *auth) in authnone_destroy() argument

Completed in 10 milliseconds