Home
last modified time | relevance | path

Searched refs:AUTH_PRIVATE (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libc/rpc/
Dauth_unix.c87 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) macro
229 au = AUTH_PRIVATE(auth); in authunix_marshal()
243 au = AUTH_PRIVATE(auth); in authunix_validate()
268 struct audata *au = AUTH_PRIVATE(auth); in authunix_refresh()
316 au = AUTH_PRIVATE(auth); in authunix_destroy()
343 au = AUTH_PRIVATE(auth); in marshal_new_auth()
Dauth_des.c65 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private macro
275 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_marshal()
367 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_validate()
426 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_refresh()
466 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_destroy()
/freebsd-10-stable/sys/rpc/
Dauth_unix.c101 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) macro
254 au = AUTH_PRIVATE(auth); in authunix_marshal()
274 au = AUTH_PRIVATE(auth); in authunix_validate()
300 struct audata *au = AUTH_PRIVATE(auth); in authunix_refresh()
341 au = AUTH_PRIVATE(auth); in authunix_destroy()
370 au = AUTH_PRIVATE(auth); in marshal_new_auth()
/freebsd-10-stable/lib/librpcsec_gss/
Drpcsec_gss.c115 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private) macro
234 gd = AUTH_PRIVATE(auth); in rpc_gss_set_defaults()
278 gd = AUTH_PRIVATE(auth); in rpc_gss_validate()
331 gd = AUTH_PRIVATE(auth); in rpc_gss_init()
518 gd = AUTH_PRIVATE(auth); in rpc_gss_destroy_context()
549 gd = AUTH_PRIVATE(auth); in rpc_gss_destroy()
578 gd = AUTH_PRIVATE(auth); in __rpc_gss_wrap()
669 gd = AUTH_PRIVATE(auth); in __rpc_gss_unwrap()
689 gd = AUTH_PRIVATE(auth); in rpc_gss_max_data_length()
/freebsd-10-stable/sys/rpc/rpcsec_gss/
Drpcsec_gss.c147 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private) macro
262 gd = AUTH_PRIVATE(auth); in rpc_gss_secfind()
341 gd = AUTH_PRIVATE(auth); in rpc_gss_refresh_auth()
450 gd = AUTH_PRIVATE(auth); in rpc_gss_set_defaults()
526 gd = AUTH_PRIVATE(auth); in rpc_gss_marshal()
629 gd = AUTH_PRIVATE(auth); in rpc_gss_validate()
755 gd = AUTH_PRIVATE(auth); in rpc_gss_init()
1023 gd = AUTH_PRIVATE(auth); in rpc_gss_refresh()
1063 gd = AUTH_PRIVATE(auth); in rpc_gss_destroy_context()
1118 gd = AUTH_PRIVATE(auth); in rpc_gss_destroy()
[all …]