Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dsvc_auth.c123 svcauth_null_wrap(SVCAUTH *auth, struct mbuf **mp) in svcauth_null_wrap()
130 svcauth_null_unwrap(SVCAUTH *auth, struct mbuf **mp) in svcauth_null_unwrap()
137 svcauth_null_release(SVCAUTH *auth) in svcauth_null_release()
H A Dsvc.h226 } SVCAUTH; typedef
233 SVCAUTH xp_auth; /* interface to auth methods */
279 SVCAUTH rq_auth; /* interface to auth methods */
/freebsd/include/rpc/
H A Dsvc.h138 } SVCAUTH; typedef
145 SVCAUTH xp_auth; /* interface to auth methods */
341 extern SVCAUTH _svc_auth_null;
/freebsd/lib/libc/rpc/
H A Dsvc_auth.c147 svcauth_null_wrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr) in svcauth_null_wrap()
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c84 static bool_t svc_rpc_gss_wrap(SVCAUTH *, struct mbuf **);
85 static bool_t svc_rpc_gss_unwrap(SVCAUTH *, struct mbuf **);
86 static void svc_rpc_gss_release(SVCAUTH *);
1601 svc_rpc_gss_wrap(SVCAUTH *auth, struct mbuf **mp) in svc_rpc_gss_wrap()
1621 svc_rpc_gss_unwrap(SVCAUTH *auth, struct mbuf **mp) in svc_rpc_gss_unwrap()
1641 svc_rpc_gss_release(SVCAUTH *auth) in svc_rpc_gss_release()
/freebsd/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c79 static bool_t svc_rpc_gss_wrap(SVCAUTH *, XDR *, xdrproc_t, caddr_t);
80 static bool_t svc_rpc_gss_unwrap(SVCAUTH *, XDR *, xdrproc_t, caddr_t);
1200 svc_rpc_gss_wrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr) in svc_rpc_gss_wrap()
1217 svc_rpc_gss_unwrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr) in svc_rpc_gss_unwrap()