Home
last modified time | relevance | path

Searched refs:xfunc (Results 1 – 5 of 5) sorted by relevance

/src/crypto/krb5/src/include/gssrpc/
H A Dauth.h152 #define AUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
154 xfunc, xwhere))
155 #define auth_wrap(auth, xdrs, xfunc, xwhere) \ argument
157 xfunc, xwhere))
158 #define AUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
160 xfunc, xwhere))
161 #define auth_unwrap(auth, xdrs, xfunc, xwhere) \ argument
163 xfunc, xwhere))
H A Dsvc_auth.h79 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
80 ((*((auth)->svc_ah_ops->svc_ah_wrap))(auth, xdrs, xfunc, xwhere))
81 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
82 ((*((auth)->svc_ah_ops->svc_ah_unwrap))(auth, xdrs, xfunc, xwhere))
/src/include/rpc/
H A Dsvc.h219 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
220 ((auth)->svc_ah_ops->svc_ah_wrap(auth, xdrs, xfunc, xwhere))
221 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
222 ((auth)->svc_ah_ops->svc_ah_unwrap(auth, xdrs, xfunc, xwhere))
/src/crypto/krb5/src/lib/rpc/
H A Dauth_none.c144 authnone_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authnone_wrap() argument
146 return ((*xfunc)(xdrs, xwhere)); in authnone_wrap()
H A Dauth_unix.c326 authunix_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authunix_wrap() argument
328 return ((*xfunc)(xdrs, xwhere)); in authunix_wrap()