Searched refs:AUTH (Results 1 – 6 of 6) sorted by relevance
46 static void authnone_verf (AUTH *);47 static void authnone_destroy (AUTH *);48 static bool_t authnone_marshal (AUTH *, XDR *);50 static bool_t authnone_refresh (AUTH *);63 AUTH no_client;93 AUTH *102 authnone_marshal (AUTH *client, XDR *xdrs) in libc_hidden_nolink_sunrpc()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()[all …]
61 static void authunix_nextverf (AUTH *);64 static bool_t authunix_refresh (AUTH *);65 static void authunix_destroy (AUTH *);87 static bool_t marshal_new_auth (AUTH *);94 AUTH *102 AUTH *auth; in authunix_create()160 AUTH * in libc_hidden_nolink_sunrpc()229 authunix_nextverf (AUTH *auth) in libc_hidden_def()276 authunix_refresh (AUTH *auth) in authunix_refresh()319 authunix_destroy (AUTH *auth) in authunix_destroy()[all …]
61 static void authdes_nextverf (AUTH *);65 static void authdes_destroy (AUTH *);101 AUTH *125 AUTH * in libc_hidden_def()129 AUTH *auth; in libc_hidden_def()136 auth = ALLOC (AUTH); in libc_hidden_def()202 FREE (auth, sizeof (AUTH)); in libc_hidden_def()229 authdes_nextverf (AUTH *auth) in libc_hidden_def()400 authdes_refresh (AUTH *auth) in authdes_refresh()432 authdes_destroy (AUTH *auth) in authdes_destroy()[all …]
217 AUTH *unix_auth = authunix_create_default (); in clnt_broadcast()
91 typedef struct AUTH AUTH; typedef92 struct AUTH { struct97 void (*ah_nextverf) (AUTH *); argument98 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */99 int (*ah_validate) (AUTH *, struct opaque_auth *);101 int (*ah_refresh) (AUTH *); /* refresh credentials */102 void (*ah_destroy) (AUTH *); /* destroy this structure */160 extern AUTH *authunix_create_default (void);161 extern AUTH *authnone_create (void) __THROW;162 extern AUTH *authdes_create (const char *__servername, u_int __window,[all …]
131 AUTH *cl_auth; /* authenticator */
Completed in 15 milliseconds