Searched defs:retauth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c109 AUTH **retauth)
117 if (retauth == NULL)
120 *retauth = NULL;
191 *retauth = auth;
107 authdes_create(char *servername, uint_t window, struct netbuf *syncaddr, struct knetconfig *synconfig, des_block *ckey, int calltype, AUTH **retauth) argument
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c263 AUTH **retauth)
273 if (retauth == NULL)
275 *retauth = NULL;
376 *retauth = auth;
428 AUTH **retauth) /* auth handle */
534 *retauth = auth;
254 rpc_gss_secget(CLIENT *clnt, char *principal, rpc_gss_OID mechanism, rpc_gss_service_t service_type, uint_t qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret, void *cache_key, cred_t *cr, AUTH **retauth) argument
420 rpc_gss_seccreate(CLIENT *clnt, char *principal, rpc_gss_OID mechanism, rpc_gss_service_t service_type, uint_t qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret, cred_t *cr, AUTH **retauth) argument

Completed in 47 milliseconds