Searched refs:xfunc (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/krb5/src/include/gssrpc/ |
| H A D | auth.h | 152 #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 D | svc_auth.h | 79 #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 D | svc.h | 219 #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 D | auth_none.c | 144 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 D | auth_unix.c | 326 authunix_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authunix_wrap() argument 328 return ((*xfunc)(xdrs, xwhere)); in authunix_wrap()
|