Home
last modified time | relevance | path

Searched refs:__rpc_gss_unwrap (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libnsl/rpc/
H A Drpcsec_gss_if.c54 bool_t (*__rpc_gss_unwrap)(); member
127 if ((calls.__rpc_gss_unwrap = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init()
287 __rpc_gss_unwrap(AUTH *auth, XDR *in_xdrs, bool_t (*xdr_func)(), in __rpc_gss_unwrap() function
292 return ((*calls.__rpc_gss_unwrap)(auth, in_xdrs, xdr_func, xdr_ptr)); in __rpc_gss_unwrap()
H A Dclnt_dg.c67 extern bool_t __rpc_gss_unwrap(AUTH *, XDR *, bool_t (*)(), caddr_t);
577 } else if (!__rpc_gss_unwrap(cl->cl_auth, &reply_xdrs, in clnt_dg_call()
H A Dclnt_vc.c85 extern bool_t __rpc_gss_unwrap(AUTH *, XDR *, bool_t (*)(), caddr_t);
776 } else if (!__rpc_gss_unwrap(cl->cl_auth, xdrs, xdr_results, in clnt_vc_call()
/titanic_50/usr/src/uts/common/rpc/
H A Drpcsec_gss.h279 bool_t __rpc_gss_unwrap();
/titanic_50/usr/src/lib/rpcsec_gss/
H A Dmapfile-vers65 __rpc_gss_unwrap;
H A Drpcsec_gss.c853 __rpc_gss_unwrap(auth, in_xdrs, xdr_func, xdr_ptr) in __rpc_gss_unwrap() function