Searched refs:ah_ops (Results 1 – 11 of 11) sorted by relevance
/freebsd/include/rpc/ |
H A D | auth.h | 191 } *ah_ops; member 205 ((*((auth)->ah_ops->ah_nextverf))(auth)) 207 ((*((auth)->ah_ops->ah_nextverf))(auth)) 210 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs)) 212 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs)) 215 ((*((auth)->ah_ops->ah_validate))((auth), verfp)) 217 ((*((auth)->ah_ops->ah_validate))((auth), verfp)) 220 ((*((auth)->ah_ops->ah_refresh))(auth, msg)) 222 ((*((auth)->ah_ops->ah_refresh))(auth, msg)) 225 ((*((auth)->ah_ops->ah_destroy))(auth)) [all …]
|
/freebsd/sys/rpc/ |
H A D | auth.h | 193 } *ah_ops; member 207 ((*((auth)->ah_ops->ah_nextverf))(auth)) 210 ((*((auth)->ah_ops->ah_marshal))(auth, xid, xdrs, args)) 213 ((*((auth)->ah_ops->ah_validate))((auth), xid, verfp, resultsp)) 216 ((*((auth)->ah_ops->ah_refresh))(auth, msg)) 219 ((*((auth)->ah_ops->ah_destroy))(auth))
|
H A D | auth_none.c | 90 ap->no_client.ah_ops = &authnone_ops; in authnone_init()
|
H A D | auth_unix.c | 182 auth->ah_ops = &authunix_ops; in authunix_create()
|
/freebsd/lib/libc/rpc/ |
H A D | auth_none.c | 91 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
|
H A D | auth_unix.c | 116 auth->ah_ops = authunix_ops(); in authunix_create()
|
H A D | auth_des.c | 219 auth->ah_ops = authdes_ops(); in authdes_pk_seccreate()
|
/freebsd/sys/rpc/rpcsec_tls/ |
H A D | auth_tls.c | 99 ap->no_client.ah_ops = &authtls_ops; in authtls_init()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | kern.c | 240 cl->cl_auth->ah_ops->ah_destroy(cl->cl_auth); in set_auth()
|
/freebsd/lib/librpcsec_gss/ |
H A D | rpcsec_gss.c | 178 auth->ah_ops = &rpc_gss_ops; in rpc_gss_seccreate()
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 396 auth->ah_ops = &rpc_gss_ops; in rpc_gss_seccreate_int()
|