Searched refs:auth (Results 1 – 4 of 4) sorted by relevance
117 ((*((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) \ argument132 ((*((auth)->ah_ops->ah_refresh))(auth))134 ((*((auth)->ah_ops->ah_refresh))(auth))137 ((*((auth)->ah_ops->ah_destroy))(auth))[all …]
85 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument102 AUTH *auth; in authunix_create() local108 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() argument309 marshal_new_auth (auth); in authunix_refresh()319 authunix_destroy (AUTH *auth) in authunix_destroy() argument331 mem_free (auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()[all …]
50 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private argument129 AUTH *auth; in libc_hidden_def() local136 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() argument414 ad->ad_xkey = auth->ah_key; in authdes_refresh()[all …]
115 authnone_verf (AUTH *auth) in authnone_verf() argument120 authnone_validate (AUTH *auth, struct opaque_auth *oa) in authnone_validate() argument126 authnone_refresh (AUTH *auth) in authnone_refresh() argument132 authnone_destroy (AUTH *auth) in authnone_destroy() argument
Completed in 10 milliseconds