Home
last modified time | relevance | path

Searched refs:AUTH (Results 1 – 25 of 52) sorted by relevance

123

/titanic_50/usr/src/uts/common/rpc/sec/
H A Dauth_none.c37 static void authnone_nextverf(AUTH *);
38 static bool_t authnone_marshal(AUTH *, XDR *, struct cred *);
39 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
40 static bool_t authnone_refresh(AUTH *, struct rpc_msg *, cred_t *);
41 static void authnone_destroy(AUTH *);
57 AUTH *
73 AUTH *auth = (AUTH *)buf; in authnone_init()
95 authnone_nextverf(AUTH *auth) in authnone_nextverf()
102 authnone_marshal(AUTH *auth, XDR *xdrs, struct cred *cr) in authnone_marshal()
132 authnone_validate(AUTH *auth, struct opaque_auth *verf) in authnone_validate()
[all …]
H A Dauth_kern.c63 static void authkern_nextverf(AUTH *);
64 static bool_t authkern_marshal(AUTH *, XDR *, struct cred *);
65 static bool_t authkern_validate(AUTH *, struct opaque_auth *);
66 static bool_t authkern_refresh(AUTH *, struct rpc_msg *, cred_t *);
67 static void authkern_destroy(AUTH *);
83 AUTH *
99 AUTH *auth = (AUTH *)buf; in authkern_init()
113 authkern_nextverf(AUTH *auth) in authkern_nextverf()
119 authkern_marshal(AUTH *auth, XDR *xdrs, struct cred *cr) in authkern_marshal()
239 authkern_validate(AUTH *auth, struct opaque_auth *verf) in authkern_validate()
[all …]
H A Dauth_loopb.c64 static void authloopback_nextverf(AUTH *);
65 static bool_t authloopback_marshal(AUTH *, XDR *, struct cred *);
66 static bool_t authloopback_validate(AUTH *, struct opaque_auth *);
67 static bool_t authloopback_refresh(AUTH *, struct rpc_msg *, cred_t *);
68 static void authloopback_destroy(AUTH *);
84 AUTH *
100 AUTH *auth = (AUTH *)buf; in authloopback_init()
114 authloopback_nextverf(AUTH *auth) in authloopback_nextverf()
121 authloopback_marshal(AUTH *auth, XDR *xdrs, struct cred *cr) in authloopback_marshal()
244 authloopback_validate(AUTH *auth, struct opaque_auth *verf) in authloopback_validate()
[all …]
H A Dauth_des.c70 static void authdes_nextverf(AUTH *);
71 static bool_t authdes_marshal(AUTH *, XDR *, struct cred *);
72 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
73 static bool_t authdes_refresh(AUTH *, struct rpc_msg *, cred_t *);
74 static void authdes_destroy(AUTH *);
109 AUTH **retauth) in authdes_create()
111 AUTH *auth; in authdes_create()
125 auth = ALLOC(AUTH); in authdes_create()
202 FREE(auth, sizeof (AUTH)); in authdes_create()
215 authdes_nextverf(AUTH *auth) in authdes_nextverf()
[all …]
H A Dsec_clnt.c87 AUTH *da_auth;
435 sec_clnt_geth(CLIENT *client, struct sec_data *secdata, cred_t *cr, AUTH **ap) in sec_clnt_geth()
444 AUTH *auth; in sec_clnt_geth()
450 *ap = (AUTH *)NULL; in sec_clnt_geth()
459 *ap = (AUTH *) authnone_create(); in sec_clnt_geth()
463 *ap = (AUTH *) authkern_create(); in sec_clnt_geth()
467 *ap = (AUTH *) authloopback_create(); in sec_clnt_geth()
614 sec_clnt_freeh(AUTH *auth) in sec_clnt_freeh()
661 revoke_key(AUTH *auth, int newkey) in revoke_key()
814 sizeof (AUTH), 0, authkern_init, NULL, NULL, NULL, NULL, 0); in sec_subrinit()
[all …]
H A Dsec_gen.c49 authany_wrap(AUTH *auth, caddr_t buf, u_int buflen, in authany_wrap()
60 authany_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_unwrap()
/titanic_50/usr/src/uts/common/rpc/
H A Dauth.h242 } AUTH; typedef
331 extern AUTH *authkern_create(void); /* takes no parameters */
334 extern AUTH *authnone_create(void); /* takes no parameters */
337 extern AUTH *authloopback_create(void); /* takes no parameters */
342 extern AUTH *authsys_create(const char *, const uid_t, const gid_t, const int,
344 extern AUTH *authsys_create_default(void); /* takes no parameters */
345 extern AUTH *authnone_create(void); /* takes no parameters */
347 extern AUTH *authsys_create();
348 extern AUTH *authsys_create_default(); /* takes no parameters */
349 extern AUTH *authnone_create(); /* takes no parameters */
[all …]
H A Drpcsec_gss.h188 rpc_gss_options_ret_t *, void *, cred_t *, AUTH **);
190 void rpc_gss_secfree(AUTH *);
194 rpc_gss_options_ret_t *, cred_t *, AUTH **);
200 bool_t rpc_gss_set_defaults(AUTH *, rpc_gss_service_t, uint_t);
201 rpc_gss_service_t rpc_gss_get_service_type(AUTH *);
208 AUTH *
264 AUTH *auth,
301 AUTH *rpcgss_handle,
H A Dauth_des.h152 struct knetconfig *, des_block *, int, AUTH **);
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c48 AUTH no_client;
55 AUTH *
82 authnone_marshal(AUTH *client, XDR *xdrs, struct cred *cr) in authnone_marshal()
94 authnone_verf(AUTH *foo) in authnone_verf()
100 authnone_validate(AUTH *foo, struct opaque_auth *bar) in authnone_validate()
107 authnone_refresh(AUTH *foo, struct rpc_msg *bar, cred_t *cr) in authnone_refresh()
114 authnone_destroy(AUTH *foo) in authnone_destroy()
H A Dauth_unix.c73 static void marshal_new_auth(AUTH *);
81 AUTH *
87 AUTH *auth; in authunix_create()
93 auth = (AUTH *) bkmem_alloc(sizeof (*auth)); in authunix_create()
132 return ((AUTH *)0); in authunix_create()
140 return ((AUTH *)0); in authunix_create()
158 authunix_nextverf(AUTH *auth) in authunix_nextverf()
164 authunix_marshal(AUTH *auth, XDR *xdrs, cred_t *cr) in authunix_marshal()
172 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
200 authunix_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authunix_refresh()
[all …]
H A Dauth_inet.h37 extern AUTH *authnone_create(void);
38 extern AUTH *authunix_create(char *, uid_t, gid_t, int, gid_t *);
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dauth_none.c57 AUTH no_client;
63 AUTH *
100 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()
121 authnone_verf(AUTH *client) in authnone_verf()
127 authnone_validate(AUTH *client, struct opaque_auth *opaque) in authnone_validate()
134 authnone_refresh(AUTH *client, void *dummy) in authnone_refresh()
141 authnone_destroy(AUTH *client) in authnone_destroy()
H A Dauth_sys.c84 AUTH *
92 AUTH *auth; in authsys_create()
167 AUTH *
202 AUTH *
211 AUTH *res; in authsys_create_ruid()
238 authsys_nextverf(AUTH *auth) in authsys_nextverf()
244 authsys_marshal(AUTH *auth, XDR *xdrs) in authsys_marshal()
253 authsys_validate(AUTH *auth, struct opaque_auth *verf) in authsys_validate()
283 authsys_refresh(AUTH *auth, void *dummy) in authsys_refresh()
324 authsys_destroy(AUTH *auth) in authsys_destroy()
[all …]
H A Dauth_des.c63 static bool_t authdes_refresh(AUTH *, void *);
88 extern AUTH *authdes_pk_seccreate(const char *, netobj *, uint_t, const char *,
101 AUTH *
128 AUTH *
132 AUTH *auth; in authdes_pk_seccreate()
139 auth = malloc(sizeof (AUTH)); in authdes_pk_seccreate()
236 authdes_nextverf(AUTH *auth) in authdes_nextverf()
246 authdes_marshal(AUTH *auth, XDR *xdrs) in authdes_marshal()
342 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
400 authdes_refresh(AUTH *auth, void *dummy) in authdes_refresh()
[all …]
H A Drpcsec_gss_if.c40 AUTH *(*rpc_gss_seccreate)();
84 if ((calls.rpc_gss_seccreate = (AUTH *(*)()) dlsym(handle, in rpcgss_calls_init()
151 AUTH *
168 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, char *qop) in rpc_gss_set_defaults()
277 __rpc_gss_wrap(AUTH *auth, char *buf, uint_t buflen, XDR *out_xdrs, in __rpc_gss_wrap()
287 __rpc_gss_unwrap(AUTH *auth, XDR *in_xdrs, bool_t (*xdr_func)(), in __rpc_gss_unwrap()
296 rpc_gss_max_data_length(AUTH *rpcgss_handle, int max_tp_unit_len) in rpc_gss_max_data_length()
/titanic_50/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h100 } AUTH; typedef
154 extern AUTH *authkern_create(); /* takes no parameters */
156 extern AUTH *authsys_create(const char *, const uid_t, const gid_t,
158 extern AUTH *authsys_create_default(void); /* takes no parameters */
159 extern AUTH *authnone_create(); /* takes no parameters */
161 extern AUTH *authdes_create();
/titanic_50/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c100 AUTH *
118 AUTH *auth = NULL;
151 if ((auth = (AUTH *) malloc(sizeof (*auth))) != NULL)
237 AUTH *auth;
244 AUTH *save_auth;
416 AUTH *auth; in __rpc_gss_set_defaults()
552 AUTH *auth; in rpc_gss_marshall()
591 AUTH *auth; in rpc_gss_validate()
641 AUTH *auth; in rpc_gss_refresh()
705 AUTH *auth; in rpc_gss_destroy()
[all …]
/titanic_50/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c119 AUTH *auth;
263 AUTH **retauth) in rpc_gss_secget()
266 AUTH *auth = NULL; in rpc_gss_secget()
387 rpc_gss_secfree(AUTH *auth) in rpc_gss_secfree()
428 AUTH **retauth) /* auth handle */ in rpc_gss_seccreate()
436 AUTH *auth = NULL; in rpc_gss_seccreate()
459 if ((auth = (AUTH *) kmem_alloc(sizeof (*auth), KM_SLEEP)) != NULL) in rpc_gss_seccreate()
547 AUTH *auth;
557 AUTH *save_auth;
1014 AUTH *auth; in rpc_gss_validate()
[all …]
/titanic_50/usr/src/lib/libbc/libc/net/
H A Dauthunix.c35 AUTH *
48 AUTH *
/titanic_50/usr/src/lib/pam_modules/dhkeys/
H A Dkey_call_uid.c51 AUTH *
55 AUTH *res; in authsys_create_uid()
/titanic_50/usr/src/cmd/sendmail/cf/feature/
H A Drelay_local_from.m419 relay. Use SMTP AUTH or STARTTLS instead. If you cannot use those,
H A Drelay_mail_from.m423 relay. Use SMTP AUTH or STARTTLS instead.
/titanic_50/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c56 AUTH *auth; in dotest()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java150 public static final Facility AUTH = new Facility(LOG_AUTH, "AUTH"); field in Facility

123