Searched refs:ah_ops (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Dauth.h194 } *ah_ops; member in struct:__auth
208 ((*((auth)->ah_ops->ah_nextverf))(auth))
210 ((*((auth)->ah_ops->ah_nextverf))(auth))
213 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
215 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
218 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
220 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
223 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
225 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
228 ((*((auth)->ah_ops
[all...]
/freebsd-11-stable/sys/rpc/
H A Dauth.h196 } *ah_ops; member in struct:__auth
210 ((*((auth)->ah_ops->ah_nextverf))(auth))
213 ((*((auth)->ah_ops->ah_marshal))(auth, xid, xdrs, args))
216 ((*((auth)->ah_ops->ah_validate))((auth), xid, verfp, resultsp))
219 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
222 ((*((auth)->ah_ops->ah_destroy))(auth))
H A Dauth_none.c94 ap->no_client.ah_ops = &authnone_ops;
H A Dauth_unix.c186 auth->ah_ops = &authunix_ops;
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_none.c96 ap->no_client.ah_ops = authnone_ops();
H A Dauth_unix.c121 auth->ah_ops = authunix_ops();
H A Dauth_des.c224 auth->ah_ops = authdes_ops();
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss.c178 auth->ah_ops = &rpc_gss_ops;
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c243 cl->cl_auth->ah_ops->ah_destroy(cl->cl_auth);
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c397 auth->ah_ops = &rpc_gss_ops;

Completed in 169 milliseconds