Home
last modified time | relevance | path

Searched refs:ah_ops (Results 1 – 4 of 4) sorted by relevance

/dragonfly/include/rpc/
H A Dauth.h190 } *ah_ops; member
204 ((*((auth)->ah_ops->ah_nextverf))(auth))
206 ((*((auth)->ah_ops->ah_nextverf))(auth))
209 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
211 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
214 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
216 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
219 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
221 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
224 ((*((auth)->ah_ops->ah_destroy))(auth))
[all …]
/dragonfly/lib/libc/rpc/
H A Dauth_none.c90 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
H A Dauth_unix.c117 auth->ah_ops = authunix_ops(); in authunix_create()
H A Dauth_des.c221 auth->ah_ops = authdes_ops(); in authdes_pk_seccreate()