Home
last modified time | relevance | path

Searched refs:AUTH (Results 1 – 25 of 50) sorted by last modified time

12

/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c124 AUTH *auth;
268 AUTH **retauth) in rpc_gss_secget()
565 AUTH *auth;
1032 AUTH *auth; in rpc_gss_validate()
1088 AUTH *auth; in rpc_gss_refresh()
1210 AUTH *auth; in rpc_gss_destroy()
1231 AUTH *auth; in rpc_gss_free_pvt()
1297 AUTH *auth;
1331 AUTH *auth; in rpc_gss_wrap()
1431 AUTH *auth; in rpc_gss_unwrap()
[all …]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c100 AUTH *
250 AUTH *auth;
429 AUTH *auth; in __rpc_gss_set_defaults()
565 AUTH *auth; in rpc_gss_marshall()
604 AUTH *auth; in rpc_gss_validate()
654 AUTH *auth; in rpc_gss_refresh()
718 AUTH *auth; in rpc_gss_destroy()
735 AUTH *auth; in rpc_gss_destroy_pvt()
799 AUTH *auth; in __rpc_gss_wrap()
867 AUTH *auth; in __rpc_gss_unwrap()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/tests/rpcsec_gss_conn/
H A Drpcsec_gss_conn.c36 AUTH *auth; in main()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c284 extern int sec_clnt_geth(CLIENT *, struct sec_data *, cred_t *, AUTH **);
285 extern void sec_clnt_freeh(AUTH *);
/illumos-gate/usr/src/lib/libwrap/
H A DMakefile.com48 CPPFLAGS += $(NETGROUP) $(TLI) $(ALWAYS_HOSTNAME) $(AUTH) \
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Dkey_call_uid.c49 AUTH *
53 AUTH *res; in authsys_create_uid()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_bcast.c112 AUTH *sys_auth = authsys_create_default(); in rpc_broadcast_exp()
H A Drpc_soc.c502 AUTH *
516 AUTH *nauth; in authdes_create()
H A Drpcsec_gss_if.c38 AUTH *(*rpc_gss_seccreate)();
82 if ((calls.rpc_gss_seccreate = (AUTH *(*)()) dlsym(handle, in rpcgss_calls_init()
149 AUTH *
166 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, char *qop) in rpc_gss_set_defaults()
275 __rpc_gss_wrap(AUTH *auth, char *buf, uint_t buflen, XDR *out_xdrs, in __rpc_gss_wrap()
285 __rpc_gss_unwrap(AUTH *auth, XDR *in_xdrs, bool_t (*xdr_func)(), in __rpc_gss_unwrap()
294 rpc_gss_max_data_length(AUTH *rpcgss_handle, int max_tp_unit_len) in rpc_gss_max_data_length()
H A Dauth_none.c55 AUTH no_client;
61 AUTH *
98 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()
119 authnone_verf(AUTH *client) in authnone_verf()
125 authnone_validate(AUTH *client, struct opaque_auth *opaque) in authnone_validate()
132 authnone_refresh(AUTH *client, void *dummy) in authnone_refresh()
139 authnone_destroy(AUTH *client) in authnone_destroy()
H A Dsvid_funcs.c61 auth_destroy(AUTH *auth) in auth_destroy()
H A Dclnt_vc.c84 extern bool_t __rpc_gss_wrap(AUTH *, char *, uint_t, XDR *, bool_t (*)(),
86 extern bool_t __rpc_gss_unwrap(AUTH *, XDR *, bool_t (*)(), caddr_t);
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_update.c59 extern AUTH *authdes_seccreate();
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c115 AUTH *sys_auth = authsys_create_default(); in nfs_cast()
301 if (sys_auth == (AUTH *)NULL) { in nfs_cast()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c344 AUTH *auth; in dotest()
H A Dtst.call.c54 AUTH *auth; in dotest()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_des.h150 struct knetconfig *, des_block *, int, AUTH **);
H A Drpc_rdma.h560 extern unsigned int xdrrdma_authsize(AUTH *, struct cred *, int);
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,
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c68 static void authdes_nextverf(AUTH *);
72 static void authdes_destroy(AUTH *);
107 AUTH **retauth) in authdes_create()
109 AUTH *auth; in authdes_create()
123 auth = ALLOC(AUTH); in authdes_create()
200 FREE(auth, sizeof (AUTH)); in authdes_create()
213 authdes_nextverf(AUTH *auth) in authdes_nextverf()
223 authdes_marshal(AUTH *auth, XDR *xdrs, struct cred *cr) in authdes_marshal()
314 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
411 authdes_destroy(AUTH *auth) in authdes_destroy()
[all …]
H A Dsec_gen.c47 authany_wrap(AUTH *auth, caddr_t buf, u_int buflen, in authany_wrap()
58 authany_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_unwrap()
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 *);
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()
246 authkern_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authkern_refresh()
[all …]
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 *);
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()
139 authnone_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authnone_refresh()
[all …]
H A Dsec_clnt.c87 AUTH *da_auth;
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()
816 sizeof (AUTH), 0, authnone_init, NULL, NULL, NULL, NULL, 0); in sec_subrinit()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c403 AUTH *

12