Searched refs:__rpc_gss_unwrap (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpcsec_gss_if.c | 54 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 D | clnt_dg.c | 67 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 D | clnt_vc.c | 85 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 D | rpcsec_gss.h | 279 bool_t __rpc_gss_unwrap();
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | mapfile-vers | 65 __rpc_gss_unwrap;
|
H A D | rpcsec_gss.c | 853 __rpc_gss_unwrap(auth, in_xdrs, xdr_func, xdr_ptr) in __rpc_gss_unwrap() function
|